mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
database.yml: drop the " characters from the template
This commit is contained in:
parent
05c42b2e0d
commit
2b5b85599c
@ -2,14 +2,14 @@
|
||||
# PRODUCTION
|
||||
#
|
||||
production:
|
||||
adapter: "{{DB_ADAPTER}}"
|
||||
encoding: "{{DB_ENCODING}}"
|
||||
collation: "utf8_general_ci"
|
||||
adapter: {{DB_ADAPTER}}
|
||||
encoding: {{DB_ENCODING}}
|
||||
collation: utf8_general_ci
|
||||
reconnect: false
|
||||
database: "{{DB_NAME}}"
|
||||
host: "{{DB_HOST}}"
|
||||
database: {{DB_NAME}}
|
||||
host: {{DB_HOST}}
|
||||
port: {{DB_PORT}}
|
||||
username: "{{DB_USER}}"
|
||||
username: {{DB_USER}}
|
||||
password: "{{DB_PASS}}"
|
||||
pool: {{DB_POOL}}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user