diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-06-20 17:31:49 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-06-20 17:31:49 +0200 |
commit | 4f8af50b619dd87c16035f56dce5cbde3531aef1 (patch) | |
tree | 0383d60713c8cf0ff73d341a3b089340d25924e5 /config | |
parent | 7bda1030a59b0723eade42b03f72918a75c20e9d (diff) | |
download | gitlab-ce-4f8af50b619dd87c16035f56dce5cbde3531aef1.tar.gz |
Rubocop and comment fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7c7e444af3a..82dd53013f9 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -454,8 +454,10 @@ production: &base # introduced in 9.0). Eventually Gitaly use will become mandatory and # this option will disappear. enabled: true - # Default Gitaly authentication token. Can be overriden per storage. - token: "" + # Default Gitaly authentication token. Can be overriden per storage. Can + # be left blank when Gitaly is running locally on a Unix socket, which + # is the normal way to deploy Gitaly. + token: # # 4. Advanced settings |