Add timezone configuration to gitlab.yml

This commit is contained in:
Sullivan SENECHAL
2014-10-21 11:27:16 +02:00
parent ee068e76f3
commit 593a287c8d
5 changed files with 11 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@ 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
# Email address used in the "From" field in mails sent by GitLab
email_from: example@example.com