Commit ce37ceb7 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Remove db-pool configuration from documentation

Including the example config files.
parent c0536ea6
...@@ -5,7 +5,6 @@ production: ...@@ -5,7 +5,6 @@ production:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_production database: gitlabhq_production
pool: 10
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -26,7 +25,6 @@ development: ...@@ -26,7 +25,6 @@ development:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_development database: gitlabhq_development
pool: 5
username: postgres username: postgres
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -38,7 +36,6 @@ staging: ...@@ -38,7 +36,6 @@ staging:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_staging database: gitlabhq_staging
pool: 10
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -50,7 +47,6 @@ test: &test ...@@ -50,7 +47,6 @@ test: &test
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_test database: gitlabhq_test
pool: 5
username: postgres username: postgres
password: password:
host: localhost host: localhost
......
...@@ -5,7 +5,6 @@ production: ...@@ -5,7 +5,6 @@ production:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_geo_production database: gitlabhq_geo_production
pool: 10
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -18,7 +17,6 @@ development: ...@@ -18,7 +17,6 @@ development:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_geo_development database: gitlabhq_geo_development
pool: 5
username: postgres username: postgres
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -31,7 +29,6 @@ staging: ...@@ -31,7 +29,6 @@ staging:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_geo_staging database: gitlabhq_geo_staging
pool: 10
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
...@@ -44,7 +41,6 @@ test: &test ...@@ -44,7 +41,6 @@ test: &test
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: gitlabhq_geo_test database: gitlabhq_geo_test
pool: 5
username: postgres username: postgres
password: password:
host: localhost host: localhost
......
...@@ -567,7 +567,6 @@ sudo -u git cp config/database.yml.postgresql config/database.yml ...@@ -567,7 +567,6 @@ sudo -u git cp config/database.yml.postgresql config/database.yml
# adapter: postgresql # adapter: postgresql
# encoding: unicode # encoding: unicode
# database: gitlabhq_production # database: gitlabhq_production
# pool: 10
# #
sudo -u git -H editor config/database.yml sudo -u git -H editor config/database.yml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment