summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobert Djurasaj <robertd@users.noreply.github.com>2014-11-25 11:18:56 -0700
committerRobert Djurasaj <robertd@users.noreply.github.com>2014-11-25 11:18:56 -0700
commitbc16f81321b69b829c432af72840a4529ce3228a (patch)
tree8ee89cd46712299fe3b1f5704af9e533056206bf /config
parentb70cee9c2fde878d77b1540c31e7560ea9f97460 (diff)
downloadgitlab-ce-bc16f81321b69b829c432af72840a4529ce3228a.tar.gz
Update time zone rake task for production. Resolves #8387
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index bb0ffae0b70..7b4c180fccc 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -35,7 +35,7 @@ production: &base
## 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`
+ # To see all available zones, run `bundle exec rake time:zones:all RAILS_ENV=production`
# time_zone: 'UTC'
## Email settings