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
5ad4d71c
Commit
5ad4d71c
authored
Aug 05, 2020
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the FDW setting from config/database_geo.yml.postgresql
Since Gitlab 13.2, Geo don't rely on FDW
parent
685cc4a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
config/database_geo.yml.postgresql
config/database_geo.yml.postgresql
+0
-4
No files found.
config/database_geo.yml.postgresql
View file @
5ad4d71c
...
...
@@ -8,7 +8,6 @@ production:
username: git
password: "secure password"
host: localhost
fdw: true
#
# Development specific
...
...
@@ -20,7 +19,6 @@ development:
username: postgres
password: "secure password"
host: localhost
fdw: true
#
# Staging specific
...
...
@@ -32,7 +30,6 @@ staging:
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,4 +41,3 @@ test: &test
username: postgres
password:
host: localhost
fdw: true
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