Skip to content

Commit

Permalink
try explicitly setting host to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
argvniyx-enroute committed Mar 21, 2024
1 parent cadae72 commit 72c6a64
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 @@ -11,7 +11,7 @@ postgresql:
<<: *default
adapter: 'postgresql'
username: <%= ENV['POSTGRES_USER'] %>
host: <%= ENV['POSTGRES_HOST'] %>
host: localhost
database: 'with_transactional_lock_test'

mysql:
Expand Down

0 comments on commit 72c6a64

Please sign in to comment.