Commit 70af9629 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Comment external issue tracker by default in gitlab.yml.example

parent e6c20802
...@@ -40,18 +40,18 @@ production: &base ...@@ -40,18 +40,18 @@ production: &base
## External issues trackers ## External issues trackers
issues_tracker: issues_tracker:
redmine: # redmine:
## If not nil, link 'Issues' on project page will be replaced with this # ## If not nil, link 'Issues' on project page will be replaced with this
## Use placeholders: # ## Use placeholders:
## :project_id - GitLab project identifier # ## :project_id - GitLab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker # ## :issues_tracker_id - Project Name or Id in external issue tracker
project_url: "http://redmine.sample/projects/:issues_tracker_id" # project_url: "http://redmine.sample/projects/:issues_tracker_id"
## If not nil, links from /#\d/ entities from commit messages will replaced with this # ## If not nil, links from /#\d/ entities from commit messages will replaced with this
## Use placeholders: # ## Use placeholders:
## :project_id - GitLab project identifier # ## :project_id - GitLab project identifier
## :issues_tracker_id - Project Name or Id in external issue tracker # ## :issues_tracker_id - Project Name or Id in external issue tracker
## :id - Issue id (from commit messages) # ## :id - Issue id (from commit messages)
issues_url: "http://redmine.sample/issues/:id" # issues_url: "http://redmine.sample/issues/:id"
## Gravatar ## Gravatar
gravatar: gravatar:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment