5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-03 14:07:05 +00:00
panel/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