2019-08-11 19:08:22 +02:00

14 lines
214 B
YAML

#
# PRODUCTION
#
production:
adapter: postgresql
encoding: {{DB_ENCODING}}
database: {{DB_NAME}}
host: {{DB_HOST}}
port: {{DB_PORT}}
username: {{DB_USER}}
password: "{{DB_PASS}}"
pool: {{DB_POOL}}