Skip to content

Commit

Permalink
chore: fix app starting in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckKe committed Jan 26, 2025
1 parent 8cc59c7 commit f2ee6a0
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 @@ -2,7 +2,7 @@ default: &default
adapter: postgresql
encoding: unicode
host: <%= ENV['MERSEA_DATABASE_HOST'] || 'localhost' %>
port: <%= ENV['MERSEA_DATABASE_PORT'] || 5433 %>
port: <%= ENV['MERSEA_DATABASE_PORT'] || 5432 %>
username: postgres
password: postgres

Expand Down

0 comments on commit f2ee6a0

Please sign in to comment.