summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-20 11:03:12 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-20 11:07:12 +0200
commitcd8dbeba0e539c2d6f2ca8ae07331d56b4fea4df (patch)
tree08a1edf64c169ca331db0e8fd90e2993d3786f03 /config.yml.example
parentca425566d0266a1786019153757e283d7d246450 (diff)
downloadgitlab-shell-cd8dbeba0e539c2d6f2ca8ae07331d56b4fea4df.tar.gz
Use a default for gitlab_url that usually works
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index 7ac6258..95c8b85 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -2,7 +2,10 @@
user: git
# Url to gitlab instance. Used for api calls. Should end with a slash.
-gitlab_url: "http://localhost/"
+# Default: http://localhost:8080/
+# You only have to change the default if you have configured Unicorn
+# to listen on a custom port.
+gitlab_url: "http://localhost:8080/"
http_settings:
# user: someone