diff options
author | fbehrens <fbehrens@gmail.com> | 2013-01-23 15:32:31 +0100 |
---|---|---|
committer | fbehrens <fbehrens@gmail.com> | 2013-01-23 15:32:31 +0100 |
commit | b614e3b5cbff88b16b87ea8dc1b03ddc53146d15 (patch) | |
tree | 468c72b7db1860898300bb3cbd0a05ad908ba07e /config/database.yml.postgresql | |
parent | 65737bd5bd6eb65556699a176e69757a3ac8c37a (diff) | |
download | gitlab-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.postgresql | 2 |
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 |