Commit afdb09de80191d9424c34b7bab3e2f8d5fd1c782

Authored by Dmitriy Zaporozhets
2 parents 56000aea b614e3b5

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 6 encoding: unicode
7 7 database: gitlabhq_production
8 8 pool: 5
9   - username: postgres
  9 + username: gitlab
10 10 password:
11 11 # host: localhost
12 12 # port: 5432
... ...