Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Uncommented DATABASE_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniilmass committed Jun 12, 2020
1 parent bdf29cf commit c51539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default: &default
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
#host: <%= ENV.fetch("DATABASE_HOST") { "localhost" } %>
host: <%= ENV.fetch("DATABASE_HOST") { "localhost" } %>
port: <%= ENV.fetch("DATABASE_PORT") { "5432" } %>
username: <%= ENV.fetch("DATABASE_USERNAME") { "decidimuser" } %>
password: <%= ENV.fetch("DATABASE_PASSWORD") { "thepassword" } %>
Expand Down

0 comments on commit c51539c

Please sign in to comment.