Skip to content

Commit

Permalink
Fix typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Mar 12, 2024
1 parent 1b78360 commit 65ceab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ development:

production:
adapter: postgres
host: <%= ENV['POSTGRES_PORT'] %>
post: <%= ENV['POSTGRES_HOST'] %>
host: <%= ENV['POSTGRES_HOST'] %>
post: <%= ENV['POSTGRES_PORT'] %>
database: <%= ENV['POSTGRES_DB'] %>
password: <%= ENV['POSTRGES_USER'] %>
username: <%= ENV['POSTGRES_PASSWORD'] %>
Expand Down

0 comments on commit 65ceab8

Please sign in to comment.