diff options
author | Andrew Kumanyaev <me@zzet.org> | 2013-03-24 14:10:32 +0400 |
---|---|---|
committer | Andrew Kumanyaev <me@zzet.org> | 2013-03-24 14:10:32 +0400 |
commit | 4cc27fd9e1cd1a2073737f94b62a19a169aac32e (patch) | |
tree | ef1e2bb88e0c8635a211d398f9b2df7a1371d337 /config/database.yml.postgresql | |
parent | 159cd0d742df2ed3b234f47cb19d99b68434c9fe (diff) | |
download | gitlab-ce-4cc27fd9e1cd1a2073737f94b62a19a169aac32e.tar.gz |
Update database.yml.postgresql
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 2bc0884f099..4a4aa3465a6 100644 --- a/config/database.yml.postgresql +++ b/config/database.yml.postgresql @@ -6,7 +6,7 @@ production: encoding: unicode database: gitlabhq_production pool: 5 - username: gitlab + username: git password: # host: localhost # port: 5432 |