sutty/config/database.yml.pg

8 lines
157 B
Plaintext
Raw Normal View History

2019-09-24 17:56:04 +00:00
production:
adapter: postgresql
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
database: sutty
user: sutty
host: postgresql
encoding: unicode