From bc16f81321b69b829c432af72840a4529ce3228a Mon Sep 17 00:00:00 2001 From: Robert Djurasaj Date: Tue, 25 Nov 2014 11:18:56 -0700 Subject: Update time zone rake task for production. Resolves #8387 --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1