From 08aef5deaf06995f91ee1b4e306f0137a4b2db38 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 9 Feb 2016 16:52:47 +0200 Subject: Add relative URL info [ci skip] --- config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml.example b/config.yml.example index a7e8d8a..a842ea2 100644 --- a/config.yml.example +++ b/config.yml.example @@ -6,8 +6,8 @@ # GitLab user. git by default user: git -# Url to gitlab instance. Used for api calls. -# Default: http://localhost:8080 +# URL to GitLab instance, used for API calls. Default: http://localhost:8080. +# For relative URL support read http://doc.gitlab.com/ce/install/relative_url.html # You only have to change the default if you have configured Unicorn # to listen on a custom port, or if you have configured Unicorn to # only listen on a Unix domain socket. For Unix domain sockets use -- cgit v1.2.1