External issue tracker params added to config
This commit is contained in:
parent
68a7ecdaaf
commit
62de22c142
1 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
# 2. Replace gitlab -> host with your domain
|
||||
# 3. Replace gitlab -> email_from
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
production: &base
|
||||
#
|
||||
|
@ -38,9 +39,17 @@ production: &base
|
|||
# signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
|
||||
# username_changing_enabled: false # default: true - User can change her username/namespace
|
||||
|
||||
## Available issues trackers
|
||||
|
||||
## External issues trackers
|
||||
issues_tracker:
|
||||
redmine:
|
||||
## If not nil Issues link in project page will be replaced to this
|
||||
url: "http://redmine.sample"
|
||||
## If not nil links from /#\d/ entities from commit messages will replaced to 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
|
||||
|
|
Loading…
Reference in a new issue