Commit b2ad3478 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'tc-geo-moar-fixes-in-docs' into 'master'

Small fixes to Geo database configuration doc

See merge request gitlab-org/gitlab-ee!3991
parents 7c40e463 0ed54aa8
......@@ -317,6 +317,7 @@ because we have not yet configured the secondary server. This is the next step.
# - replace '5.6.7.8' with the secondary private address
postgresql['listen_address'] = '5.6.7.8'
postgresql['trust_auth_cidr_addresses'] = ['127.0.0.1/32','5.6.7.8/32']
postgresql['md5_auth_cidr_addresses'] = ['5.6.7.8/32']
# gitlab database user's password (defined previously)
gitlab_rails['db_password'] = 'mypassword'
......
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