mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
16 lines
267 B
YAML
16 lines
267 B
YAML
#
|
|
# PRODUCTION
|
|
#
|
|
production:
|
|
adapter: {{DB_ADAPTER}}
|
|
encoding: {{DB_ENCODING}}
|
|
collation: {{DB_COLLATION}}
|
|
reconnect: false
|
|
database: {{DB_NAME}}
|
|
host: {{DB_HOST}}
|
|
port: {{DB_PORT}}
|
|
username: {{DB_USER}}
|
|
password: "{{DB_PASS}}"
|
|
pool: {{DB_POOL}}
|
|
|