diff options
author | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-11-02 10:37:46 +0200 |
---|---|---|
committer | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-11-02 10:37:46 +0200 |
commit | ebc174e968ece65110aa722a18cdf437cfa75eeb (patch) | |
tree | 282923fe26c75087e486061f07304fb040947478 /config/gitlab.yml.example | |
parent | 08a57fe8280ddef66f9c78860a97bf332ceea8d1 (diff) | |
download | gitlab-ce-ebc174e968ece65110aa722a18cdf437cfa75eeb.tar.gz |
Add documentation for tls gitaly
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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 |