Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-12-28 11:37:59 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-12-28 11:37:59 +0300
commit61fba0f4cca1348978efd510ebb57ad55d991fdd (patch)
tree974fbc986a028af32674b8fd6a49322805343c5f /config/database.yml.env
parentfe2f1b44813116ed1e1cafef293460ae8a4cf11a (diff)
Thanks Robert for the corrections in the environment variables docs.
Diffstat (limited to 'config/database.yml.env')
-rw-r--r--config/database.yml.env2
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' %>