Skip to content

Commit b33f4ef

Browse files
committed
revert password back
1 parent 29182b1 commit b33f4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default: &default
2121
# http://guides.rubyonrails.org/configuring.html#database-pooling
2222
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
2323
username: postgres
24-
# password: <%= ENV['POSTGRES_PASSWORD'] %>
24+
password: <%= ENV['POSTGRES_PASSWORD'] %>
2525
host: db
2626

2727
development:

0 commit comments

Comments
 (0)