We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29182b1 commit b33f4efCopy full SHA for b33f4ef
config/database.yml
@@ -21,7 +21,7 @@ default: &default
21
# http://guides.rubyonrails.org/configuring.html#database-pooling
22
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
23
username: postgres
24
- # password: <%= ENV['POSTGRES_PASSWORD'] %>
+ password: <%= ENV['POSTGRES_PASSWORD'] %>
25
host: db
26
27
development:
0 commit comments