Skip to content

Commit

Permalink
adds test host username password values
Browse files Browse the repository at this point in the history
- fails db setup when this is missing.
  • Loading branch information
sbpipb authored and julianguyen committed Jul 22, 2024
1 parent c6d065b commit d1a5f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ development:
test:
<<: *default
database: ifme_test
host: <%= ENV['PSQL_HOST'] || 'localhost' %>
username: <%= ENV['PSQL_USERNAME'] %>
password: <%= ENV['PSQL_PASSWORD'] %>
min_messages: error
production:
<<: *default
Expand Down

0 comments on commit d1a5f7a

Please sign in to comment.