summaryrefslogtreecommitdiff
path: root/config/database.yml.postgresql
diff options
context:
space:
mode:
authorfbehrens <fbehrens@gmail.com>2013-01-23 15:32:31 +0100
committerfbehrens <fbehrens@gmail.com>2013-01-23 15:32:31 +0100
commitb614e3b5cbff88b16b87ea8dc1b03ddc53146d15 (patch)
tree468c72b7db1860898300bb3cbd0a05ad908ba07e /config/database.yml.postgresql
parent65737bd5bd6eb65556699a176e69757a3ac8c37a (diff)
downloadgitlab-ce-b614e3b5cbff88b16b87ea8dc1b03ddc53146d15.tar.gz
Update config/database.yml.postgresql
This was necessary following the installation guide for ubuntu 10.4 with postgres
Diffstat (limited to 'config/database.yml.postgresql')
-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 0e873d2b8fb..2bc0884f099 100644
--- a/config/database.yml.postgresql
+++ b/config/database.yml.postgresql
@@ -6,7 +6,7 @@ production:
encoding: unicode
database: gitlabhq_production
pool: 5
- username: postgres
+ username: gitlab
password:
# host: localhost
# port: 5432