diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-09 16:52:47 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-09 16:52:47 +0200 |
commit | 08aef5deaf06995f91ee1b4e306f0137a4b2db38 (patch) | |
tree | 5acee0c09fa45354eb92a84c0fc22aac19d507b4 /config.yml.example | |
parent | 82b3a4e8f70692ec679d880628fdb0f5844d42b9 (diff) | |
download | gitlab-shell-08aef5deaf06995f91ee1b4e306f0137a4b2db38.tar.gz |
Add relative URL inforelative_url_info
[ci skip]
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 4 |
1 files 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 |