sutty/config/database.yml.pg
2019-09-24 14:56:04 -03:00

8 lines
157 B
Plaintext

production:
adapter: postgresql
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
database: sutty
user: sutty
host: postgresql
encoding: unicode