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