diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-11-26 00:10:52 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-11-26 00:10:52 +0100 |
commit | 5fad132579f6c366a113e952abe43a8a46b1a3d5 (patch) | |
tree | 8ee89cd46712299fe3b1f5704af9e533056206bf | |
parent | b70cee9c2fde878d77b1540c31e7560ea9f97460 (diff) | |
parent | bc16f81321b69b829c432af72840a4529ce3228a (diff) | |
download | gitlab-ce-5fad132579f6c366a113e952abe43a8a46b1a3d5.tar.gz |
Merge pull request #8394 from robertd/update-time-zone-in-gitlab-yml
Update time zone rake task for production. Resolves #8387
-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 |