Commit afdb09de80191d9424c34b7bab3e2f8d5fd1c782
Exists in
master
and in
4 other branches
Merge pull request #2711 from fbehrens/patch-1
Update config/database.yml.postgresql
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 |