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
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-24 14:44:14 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-24 14:44:14 +0400
commit5f159d4bc09d4577bcfac02e71bdaf58d7007477 (patch)
treeba511c93024fabe15205df7077db6542b90f475e /config
parent38ea3939b298b02f8923a092686604235d522b95 (diff)
parent4cc27fd9e1cd1a2073737f94b62a19a169aac32e (diff)
Merge pull request #3335 from zzet/patch-4
Update databases.md
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.postgresql2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
index 2bc0884f099..4a4aa3465a6 100644
--- a/config/database.yml.postgresql
+++ b/config/database.yml.postgresql
@@ -6,7 +6,7 @@ production:
encoding: unicode
database: gitlabhq_production
pool: 5
- username: gitlab
+ username: git
password:
# host: localhost
# port: 5432