diff options
Diffstat (limited to 'config/database.yml.postgresql')
-rw-r--r-- | config/database.yml.postgresql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql index 5b3b35c9226..37c69ad326b 100644 --- a/config/database.yml.postgresql +++ b/config/database.yml.postgresql @@ -5,7 +5,6 @@ production: adapter: postgresql encoding: unicode database: gitlabhq_production - pool: 10 username: git password: "secure password" host: localhost @@ -26,7 +25,6 @@ development: adapter: postgresql encoding: unicode database: gitlabhq_development - pool: 5 username: postgres password: "secure password" host: localhost @@ -38,7 +36,6 @@ staging: adapter: postgresql encoding: unicode database: gitlabhq_staging - pool: 10 username: git password: "secure password" host: localhost @@ -50,7 +47,6 @@ test: &test adapter: postgresql encoding: unicode database: gitlabhq_test - pool: 5 username: postgres password: host: localhost |