diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 00:28:59 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 00:28:59 +0200 |
commit | 1b464bfe03be2f05f509a96740a9f9d024e8217d (patch) | |
tree | 1cef5d2fc5a0a353b50e6f1511b9c4f2ff6fef9a /config/gitlab.yml.example | |
parent | f2d8902341b298a842d02d2a21a938085d4840b7 (diff) | |
download | gitlab-ce-1b464bfe03be2f05f509a96740a9f9d024e8217d.tar.gz |
Update documentation and config files
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 9eb99dae456..b2bd8796004 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -110,7 +110,23 @@ production: &base # ssl_url: "https://..." # default: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon # - # 2. Auth settings + # 2. GitLab CI settings + # ========================== + + gitlab_ci: + # Default project notifications settings: + # + # Send emails only on broken builds (default: true) + # all_broken_builds: true + # + # Add pusher to recipients list (default: false) + # add_pusher: true + + # The location where build traces are stored (default: builds/). Relative paths are relative to Rails.root + # builds_path: builds/ + + # + # 3. Auth settings # ========================== ## LDAP settings @@ -256,7 +272,7 @@ production: &base # - # 3. Advanced settings + # 4. Advanced settings # ========================== # GitLab Satellites @@ -315,7 +331,7 @@ production: &base timeout: 10 # - # 4. Extra customization + # 5. Extra customization # ========================== extra: |