summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-11 13:10:41 +0200
committerSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-21 11:27:16 +0200
commit593a287c8d0cfcc22ca2db35dc9a72140e296c2e (patch)
tree07dc8096f2f1e5970fe2490e851fc28c80015ebb /config/gitlab.yml.example
parentee068e76f334040fee7f328c67832489dd0de51a (diff)
downloadgitlab-ce-593a287c8d0cfcc22ca2db35dc9a72140e296c2e.tar.gz
Add timezone configuration to gitlab.yml
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index e7a8d08dc83..2ca6abac576 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -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