From 02283fe4979ad055a20131166628a32b3c152897 Mon Sep 17 00:00:00 2001 From: IN COMMON Collective Date: Fri, 26 Mar 2021 15:24:16 +0100 Subject: [DEV] WIP: explore sso login alternative --- config/database.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/database.yml') 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. -- cgit v1.2.3