Issue tracker field added to projects

This commit is contained in:
Andrew8xx8 2013-01-23 18:13:28 +04:00
parent 8f621c9e06
commit e6d2e56961
9 changed files with 69 additions and 315 deletions

View file

@ -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)