Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/database_geo.yml.postgresql')
-rw-r--r--config/database_geo.yml.postgresql8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/database_geo.yml.postgresql b/config/database_geo.yml.postgresql
index 2918879f7ed..25b9c6d5eb1 100644
--- a/config/database_geo.yml.postgresql
+++ b/config/database_geo.yml.postgresql
@@ -5,11 +5,9 @@ production:
adapter: postgresql
encoding: unicode
database: gitlabhq_geo_production
- pool: 10
username: git
password: "secure password"
host: localhost
- fdw: true
#
# Development specific
@@ -18,11 +16,9 @@ development:
adapter: postgresql
encoding: unicode
database: gitlabhq_geo_development
- pool: 5
username: postgres
password: "secure password"
host: localhost
- fdw: true
#
# Staging specific
@@ -31,11 +27,9 @@ staging:
adapter: postgresql
encoding: unicode
database: gitlabhq_geo_staging
- pool: 10
username: git
password: "secure password"
host: localhost
- fdw: true
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
@@ -44,8 +38,6 @@ test: &test
adapter: postgresql
encoding: unicode
database: gitlabhq_geo_test
- pool: 5
username: postgres
password:
host: localhost
- fdw: true