Skip to content

Commit

Permalink
Add 'host' option in database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alepbloyd committed Dec 10, 2024
1 parent 118ac1d commit 5d79201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ default: &default
username: postgres
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
password: <%= ENV["POSTGRES_PASSWORD"] %>
host: db

development:
<<: *default
Expand Down Expand Up @@ -82,4 +83,3 @@ test:
production:
<<: *default
database: fac_dev_workshops_production
host: db

0 comments on commit 5d79201

Please sign in to comment.