Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ce37ceb7
Commit
ce37ceb7
authored
Jul 28, 2020
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove db-pool configuration from documentation
Including the example config files.
parent
c0536ea6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
config/database.yml.postgresql
config/database.yml.postgresql
+0
-4
config/database_geo.yml.postgresql
config/database_geo.yml.postgresql
+0
-4
doc/install/installation.md
doc/install/installation.md
+0
-1
No files found.
config/database.yml.postgresql
View file @
ce37ceb7
...
@@ -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
...
...
config/database_geo.yml.postgresql
View file @
ce37ceb7
...
@@ -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
...
...
doc/install/installation.md
View file @
ce37ceb7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment