mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
16 lines
322 B
YAML
16 lines
322 B
YAML
#
|
|
# PRODUCTION (here: non-decomposed database)
|
|
#
|
|
production:
|
|
main:
|
|
adapter: postgresql
|
|
encoding: {{DB_ENCODING}}
|
|
database: {{DB_NAME}}
|
|
host: {{DB_HOST}}
|
|
port: {{DB_PORT}}
|
|
username: {{DB_USER}}
|
|
password: "{{DB_PASS}}"
|
|
pool: {{DB_POOL}}
|
|
prepared_statements: {{DB_PREPARED_STATEMENTS}}
|
|
|