Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-12-21 22:01:58 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-12-21 22:01:58 +0300
commit02878551b59fe5243e6af7bc671866f1d7c1f471 (patch)
tree91a66b88f5f942afdddd98b33ece9f2813b685f3 /config
parenta9049532a271117983430d2d80b8ad61879ecf7a (diff)
parent907f0ce8a2c3f79fb389abec6d6315cd5b711ed8 (diff)
Merge branch 'support-gitaly-tls' into 'master'
Support tls communication in gitaly See merge request gitlab-org/gitlab-ce!22602
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 1c16b999e55..7fe85f0e0d7 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -612,7 +612,7 @@ production: &base
storages: # You must have at least a `default` storage path.
default:
path: /home/git/repositories/
- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
+ gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port).
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings