diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-02 08:05:52 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-10-02 08:07:36 +0200 |
commit | a3731cf3623f181e25113ebbb2415d7dddb630b2 (patch) | |
tree | 75bf6190c88a0e5f7ff143a7eeb16471fc2e90c1 /config/database.yml.postgresql | |
parent | 485162ec608784dc1cbafe70b3ba3201b0f74098 (diff) | |
download | gitlab-ce-a3731cf3623f181e25113ebbb2415d7dddb630b2.tar.gz |
Use peer-based authentication for PostgreSQL
Diffstat (limited to 'config/database.yml.postgresql')
-rw-r--r-- | config/database.yml.postgresql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql index 4b74f3348f8..66960551cfd 100644 --- a/config/database.yml.postgresql +++ b/config/database.yml.postgresql @@ -6,8 +6,8 @@ production: encoding: unicode database: gitlabhq_production pool: 10 - username: git - password: + # username: git + # password: # host: localhost # port: 5432 # socket: /tmp/postgresql.sock |