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