Skip to content

Commit

Permalink
Update spec/dummy/config/database.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bob <69730720+Paul-Bob@users.noreply.github.com>
  • Loading branch information
enderahmetyurt and Paul-Bob authored Oct 4, 2024
1 parent 506d07c commit a280577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: &default
encoding: unicode
host: <%= ENV.fetch('POSTGRES_HOST', 'localhost') %>
port: <%= ENV.fetch('POSTGRES_PORT', 5432) %>
username: <%= ENV.fetch('POSTGRES_USERNAME', 'ender') %>
username: <%= ENV.fetch('POSTGRES_USERNAME', 'postgres') %>
password: <%= ENV.fetch('POSTGRES_PASSWORD', nil) %>
pool: <%= ENV.fetch('RAILS_MAX_THREADS', 5) %>

Expand Down

0 comments on commit a280577

Please sign in to comment.