Skip to content

Commit

Permalink
Merge 036fd10 into 03484e6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Mar 10, 2020
2 parents 03484e6 + 036fd10 commit bb4580d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
default: &default
adapter: postgresql
encoding: unicode
username: <%= ENV["POSTGRES_USERNAME"] %>
password: <%= ENV["POSTGRES_PASSWORD"] %>
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
Expand Down

0 comments on commit bb4580d

Please sign in to comment.