Commit b614e3b5cbff88b16b87ea8dc1b03ddc53146d15
1 parent
65737bd5
Exists in
master
and in
4 other branches
Update config/database.yml.postgresql
This was necessary following the installation guide for ubuntu 10.4 with postgres
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/database.yml.postgresql
@@ -6,7 +6,7 @@ production: | @@ -6,7 +6,7 @@ production: | ||
6 | encoding: unicode | 6 | encoding: unicode |
7 | database: gitlabhq_production | 7 | database: gitlabhq_production |
8 | pool: 5 | 8 | pool: 5 |
9 | - username: postgres | 9 | + username: gitlab |
10 | password: | 10 | password: |
11 | # host: localhost | 11 | # host: localhost |
12 | # port: 5432 | 12 | # port: 5432 |