From ebc174e968ece65110aa722a18cdf437cfa75eeb Mon Sep 17 00:00:00 2001 From: Ahmad Hassan Date: Fri, 2 Nov 2018 10:37:46 +0200 Subject: Add documentation for tls gitaly --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index a4db125f831..5390ea78e62 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -605,7 +605,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 -- cgit v1.2.1