diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-28 09:37:59 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-12-28 09:37:59 +0100 |
commit | 61fba0f4cca1348978efd510ebb57ad55d991fdd (patch) | |
tree | 974fbc986a028af32674b8fd6a49322805343c5f /config/database.yml.env | |
parent | fe2f1b44813116ed1e1cafef293460ae8a4cf11a (diff) | |
download | gitlab-ce-61fba0f4cca1348978efd510ebb57ad55d991fdd.tar.gz |
Thanks Robert for the corrections in the environment variables docs.environment-variables-in-the-app
Diffstat (limited to 'config/database.yml.env')
-rw-r--r-- | config/database.yml.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.env b/config/database.yml.env index 4fdc8eee7f5..b2ff23cb5ab 100644 --- a/config/database.yml.env +++ b/config/database.yml.env @@ -1,5 +1,5 @@ <%= ENV['RAILS_ENV'] %>: - adapter: <%= ENV['GITLAB_DATABASE_ADAPTER'] || 'postgresql'' %> + adapter: <%= ENV['GITLAB_DATABASE_ADAPTER'] || 'postgresql' %> encoding: <%= ENV['GITLAB_DATABASE_ENCODING'] || 'unicode' %> database: <%= ENV['GITLAB_DATABASE_DATABASE'] || "gitlab_#{ENV['RAILS_ENV']}" %> pool: <%= ENV['GITLAB_DATABASE_POOL'] || '10' %> |