Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mewthu2 committed Apr 10, 2024
1 parent e590a57 commit 5841d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ default: &default

development:
<<: *default
host: <%= ENV['PRODUCTION_DATABASE_HOST'] %>
username: <%= ENV['PRODUCTION_DATABASE_USERNAME'] %>
password: <%= ENV['PRODUCTION_DATABASE_PASSWORD'] %>
database: <%= ENV['PRODUCTION_DATABASE_NAME'] %>
host: <%= ENV['LOCAL_DATABASE_HOST'] %>
username: <%= ENV['LOCAL_DATABASE_USERNAME'] %>
password: <%= ENV['LOCAL_DATABASE_PASSWORD'] %>
database: <%= ENV['LOCAL_DATABASE_NAME'] %>

test:
<<: *default
Expand Down

0 comments on commit 5841d75

Please sign in to comment.