Issue tracker field added to projects
This commit is contained in:
parent
8f621c9e06
commit
e6d2e56961
9 changed files with 69 additions and 315 deletions
|
@ -7,6 +7,7 @@
|
|||
# 2. Replace gitlab -> host with your domain
|
||||
# 3. Replace gitlab -> email_from
|
||||
|
||||
<<<<<<< HEAD
|
||||
production: &base
|
||||
#
|
||||
# 1. GitLab app settings
|
||||
|
@ -37,6 +38,11 @@ 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
|
||||
issues_tracker:
|
||||
redmine:
|
||||
issues_url: "http://redmine.sample/issues/:id"
|
||||
|
||||
## Gravatar
|
||||
gravatar:
|
||||
enabled: true # Use user avatar images from Gravatar.com (default: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue