Skip to content

Commit

Permalink
changed production env for db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDaveFrame committed Oct 31, 2020
1 parent b8e258e commit 6fc9d80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ test:
#
production:
<<: *default
database: collab_finder_backend_production
username: collab_finder_backend
password: <%= ENV['COLLAB_FINDER_BACKEND_DATABASE_PASSWORD'] %>
database: <%= ENV['RDS_DB_NAME'] %>
username: <%= ENV['RDS_USERNAME'] %>
password: <%= ENV['RDS_PASSWORD'] %>
host: <%= ENV['RDS_HOSTNAME'] %>
port: <%= ENV['RDS_PORT'] %>

0 comments on commit 6fc9d80

Please sign in to comment.