aboutsummaryrefslogtreecommitdiff
path: root/config/database.yml
diff options
context:
space:
mode:
authorIN COMMON Collective <collective@incommon.cc>2021-04-09 12:29:16 +0200
committerIN COMMON Collective <collective@incommon.cc>2021-04-09 12:29:16 +0200
commit90c67665394bdd36e86e484020cfbd5ad4f188b2 (patch)
treeb41e2db43f72c92db88c4bc5069a5323c3488021 /config/database.yml
parentd14700c51d692335f001a93c2f6b13b135783206 (diff)
parent4375650ea0788ae6b2a390b10ca6679d67dfc7a3 (diff)
downloadincommon-map-main.tar.gz
Merge branch 'sso-login' into mainHEADmain
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/database.yml b/config/database.yml
index 16ba3d2..9c7344e 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -68,6 +68,12 @@ test:
<<: *default
database: incommon_map_test
+staging:
+ <<: *default
+ database: incommon_map_staging
+ username: incommon
+ password: <%= ENV['INCOMMON_MAP_DATABASE_PASSWORD'] %>
+
# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
# ever seen by anyone, they now have access to your database.