diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-10 15:03:56 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-10 15:03:56 +0100 |
commit | 543a68cfb55abd709a3efa2acb340b08f2361c1a (patch) | |
tree | 7304a588825742a28b0107ea4e6a1ed73a8187dd | |
parent | f67019ada52df4ed78ceb7f33ab40dd6ff472de8 (diff) | |
download | gitlab-ce-543a68cfb55abd709a3efa2acb340b08f2361c1a.tar.gz |
Document gitaly.socket_path setting
-rw-r--r-- | config/gitlab.yml.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 720df0cac2d..b4f6cba1833 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -441,6 +441,16 @@ production: &base shared: # path: /mnt/gitlab # Default: shared + # Gitaly settings + gitaly: + # The socket_path setting is optional and obsolete. When this is set + # GitLab assumes it can reach a Gitaly services via a Unix socket at + # this path. When this is commented out GitLab will not use Gitaly. + # + # This setting is obsolete because we expect it to be moved under + # repositories/storages in GitLab 9.1. + # + # socket_path: tmp/sockets/gitaly.socket # # 4. Advanced settings |