summaryrefslogtreecommitdiff
path: root/config/database.yml.decomposed-postgresql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-12 06:07:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-12 06:07:24 +0000
commita3c63916d3e0137af5519d9df510bb349fdeca6a (patch)
treed34127ef37e407bc91771852aa10c84474c08ae1 /config/database.yml.decomposed-postgresql
parent15a3bba5243f072fa4fea79de92211672a45bb64 (diff)
downloadgitlab-ce-a3c63916d3e0137af5519d9df510bb349fdeca6a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/database.yml.decomposed-postgresql')
-rw-r--r--config/database.yml.decomposed-postgresql18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/database.yml.decomposed-postgresql b/config/database.yml.decomposed-postgresql
index 04add959ad4..3348c8cb277 100644
--- a/config/database.yml.decomposed-postgresql
+++ b/config/database.yml.decomposed-postgresql
@@ -9,6 +9,15 @@ production:
username: git
password: "secure password"
host: localhost
+ # load_balancing:
+ # hosts:
+ # - host1.example.com
+ # - host2.example.com
+ # discover:
+ # nameserver: 1.2.3.4
+ # port: 8600
+ # record: secondary.postgresql.service.consul
+ # interval: 300
ci:
adapter: postgresql
encoding: unicode
@@ -16,6 +25,15 @@ production:
username: git
password: "secure password"
host: localhost
+ # load_balancing:
+ # hosts:
+ # - host1.example.com
+ # - host2.example.com
+ # discover:
+ # nameserver: 1.2.3.4
+ # port: 8600
+ # record: secondary-ci.postgresql.service.consul
+ # interval: 300
geo:
adapter: postgresql
encoding: unicode