Commit 0af5884bcdd0f1ef7827a9493422cd6aad876219
1 parent
86ed2e8f
Exists in
master
and in
4 other branches
gitlab.yml how to use section
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
config/gitlab.yml.example
1 | # # # # # # # # # # # # # # # # # # | 1 | # # # # # # # # # # # # # # # # # # |
2 | # Gitlab application config file # | 2 | # Gitlab application config file # |
3 | # # # # # # # # # # # # # # # # # # | 3 | # # # # # # # # # # # # # # # # # # |
4 | +# | ||
5 | +# How to use: | ||
6 | +# 1. copy file as gitlab.yml | ||
7 | +# 2. Replace gitlab -> host with your domain | ||
8 | +# 3. Replace gitolite -> ssh_host with your domain | ||
9 | +# 4. Replace gitlab -> email_from | ||
4 | 10 | ||
5 | # | 11 | # |
6 | # 1. GitLab app settings | 12 | # 1. GitLab app settings |