Skip to content

Commit

Permalink
Add pg password in database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isc committed Oct 19, 2023
1 parent 9d9e6ee commit f2ed9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defaults: &defaults
min_messages: warning
host: localhost
username: <%= ENV['USER'] %>
password: postgres

development:
<<: *defaults
Expand Down

0 comments on commit f2ed9af

Please sign in to comment.