diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 15:11:31 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 15:11:31 +0200 |
commit | 70af962963e6fd353c6d866899e571776b24b044 (patch) | |
tree | 685cb4c8eb922791ea7ca7783803862a886c37aa /config | |
parent | e6c20802147e895ddbb0036349dcd585675e6d03 (diff) | |
download | gitlab-ce-70af962963e6fd353c6d866899e571776b24b044.tar.gz |
Comment external issue tracker by default in gitlab.yml.example
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 3fb173862cd..a8704719137 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -40,18 +40,18 @@ production: &base ## External issues trackers issues_tracker: - redmine: - ## If not nil, link 'Issues' on project page will be replaced with this - ## Use placeholders: - ## :project_id - GitLab project identifier - ## :issues_tracker_id - Project Name or Id in external issue tracker - project_url: "http://redmine.sample/projects/:issues_tracker_id" - ## If not nil, links from /#\d/ entities from commit messages will replaced with this - ## Use placeholders: - ## :project_id - GitLab project identifier - ## :issues_tracker_id - Project Name or Id in external issue tracker - ## :id - Issue id (from commit messages) - issues_url: "http://redmine.sample/issues/:id" + # redmine: + # ## If not nil, link 'Issues' on project page will be replaced with this + # ## Use placeholders: + # ## :project_id - GitLab project identifier + # ## :issues_tracker_id - Project Name or Id in external issue tracker + # project_url: "http://redmine.sample/projects/:issues_tracker_id" + # ## If not nil, links from /#\d/ entities from commit messages will replaced with this + # ## Use placeholders: + # ## :project_id - GitLab project identifier + # ## :issues_tracker_id - Project Name or Id in external issue tracker + # ## :id - Issue id (from commit messages) + # issues_url: "http://redmine.sample/issues/:id" ## Gravatar gravatar: |