summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-20 14:08:23 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-20 14:08:23 +0200
commit2e1217ea2d9ebe82f658509f62ee8ff5452523ee (patch)
treee608365e73b99233ed7efed596c182a648bccb11 /config.yml.example
parentcd8dbeba0e539c2d6f2ca8ae07331d56b4fea4df (diff)
downloadgitlab-shell-2e1217ea2d9ebe82f658509f62ee8ff5452523ee.tar.gz
Mention Unicorn on a domain socket as an exception
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index 95c8b85..bc41c25 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -4,7 +4,8 @@ user: git
# Url to gitlab instance. Used for api calls. Should end with a slash.
# Default: http://localhost:8080/
# You only have to change the default if you have configured Unicorn
-# to listen on a custom port.
+# to listen on a custom port, or if you have configured Unicorn to
+# only listen on a Unix domain socket.
gitlab_url: "http://localhost:8080/"
http_settings: