diff options
author | Robert Djurasaj <robertd@users.noreply.github.com> | 2014-11-25 11:18:56 -0700 |
---|---|---|
committer | Robert Djurasaj <robertd@users.noreply.github.com> | 2014-11-25 11:18:56 -0700 |
commit | bc16f81321b69b829c432af72840a4529ce3228a (patch) | |
tree | 8ee89cd46712299fe3b1f5704af9e533056206bf /config/gitlab.yml.example | |
parent | b70cee9c2fde878d77b1540c31e7560ea9f97460 (diff) | |
download | gitlab-ce-bc16f81321b69b829c432af72840a4529ce3228a.tar.gz |
Update time zone rake task for production. Resolves #8387
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
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 |