config: rebase gitlab config from gitlab-ce 7.5.1 templates

This commit is contained in:
Sameer Naik 2014-11-23 11:07:51 +05:30
parent 0811f16571
commit 46382db428

View File

@ -33,7 +33,14 @@ production: &base
# Uncomment and customize if you can't use the default user to run GitLab (default: 'git')
# user: git
## Date & Time settings
# Uncomment and customize if you want to change the default time zone of GitLab application.
# To see all available zones, run `bundle exec rake time:zones:all`
# time_zone: 'UTC'
## Email settings
# Uncomment and set to false if you need to disable email sending from GitLab (default: true)
# email_enabled: true
# Email address used in the "From" field in mails sent by GitLab
email_from: "{{GITLAB_EMAIL}}"