5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 12:26:07 +00:00
panel/config/database.yml.pg

8 lines
157 B
Plaintext
Raw Permalink 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