diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 00:49:46 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 00:49:46 +0200 |
commit | 0af5884bcdd0f1ef7827a9493422cd6aad876219 (patch) | |
tree | 9aba893a32453d310070e84321a36da9fe306820 /config | |
parent | 86ed2e8f1743e82b3fafffc8ad3fa66cb87a3336 (diff) | |
download | gitlab-ce-0af5884bcdd0f1ef7827a9493422cd6aad876219.tar.gz |
gitlab.yml how to use section
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 067dbd9b72b..f47625eb132 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -1,6 +1,12 @@ # # # # # # # # # # # # # # # # # # # Gitlab application config file # # # # # # # # # # # # # # # # # # # +# +# How to use: +# 1. copy file as gitlab.yml +# 2. Replace gitlab -> host with your domain +# 3. Replace gitolite -> ssh_host with your domain +# 4. Replace gitlab -> email_from # # 1. GitLab app settings |