5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-20 22:52:05 +00:00
panel/config/database.yml.pg

8 lines
157 B
Text
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