Commit 4cc27fd9e1cd1a2073737f94b62a19a169aac32e

Authored by Andrew Kumanyaev
1 parent 159cd0d7

Update 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: gitlab
  9 + username: git
10 10 password:
11 11 # host: localhost
12 12 # port: 5432
... ...