Skip to content

Commit

Permalink
Add Staging Database Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mzagaja committed Nov 22, 2023
1 parent 322aac5 commit 4b3154e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ test:
# Read https://guides.rubyonrails.org/configuring.html#configuring-a-database
# for a full overview on how database connection configuration can be specified.
#
staging:
<<: *default
database: boston_heat_pump_accelerator_staging
username: boston_heat_pump_accelerator
password: <%= ENV["BOSTON_HEAT_PUMP_ACCELERATOR_PASSWORD"] %>
host: <%= ENV["BOSTON_HEAT_PUMP_ACCELERATOR_HOST"] %>

production:
<<: *default
database: boston_heat_pump_accelerator_production
Expand Down

0 comments on commit 4b3154e

Please sign in to comment.