File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Role Variables
29
29
30
30
* ` graphite_user ` - The user that carbon and uwsgi is executed as, default: ` graphite `
31
31
* ` graphite_secret_key ` - Change this to a random string, default: ` UNSAFE_DEFAULT `
32
+ * ` graphite_time_zone ` - Select timezone, default: ` America/Los_Angeles `
32
33
* ` graphite_admin_date_joined ` , default: ` "2014-07-21T10:11:17.464" `
33
34
* ` graphite_admin_email ` , default: ` "root@localhost" `
34
35
* ` graphite_admin_first_name ` , default: ` "" `
Original file line number Diff line number Diff line change 2
2
3
3
graphite_user : graphite
4
4
graphite_secret_key : UNSAFE_DEFAULT
5
+ graphite_time_zone : " America/Los_Angeles"
5
6
6
7
graphite_admin_date_joined : " 2014-07-21T10:11:17.464"
7
8
graphite_admin_email : " root@localhost"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SECRET_KEY = '{{ graphite_secret_key }}'
20
20
# Set your local timezone (Django's default is America/Chicago)
21
21
# If your graphs appear to be offset by a couple hours then this probably
22
22
# needs to be explicitly set to your local timezone.
23
- # TIME_ZONE = 'America/Los_Angeles '
23
+ TIME_ZONE = '{{ graphite_time_zone }} '
24
24
25
25
# Override this to provide documentation specific to your Graphite deployment
26
26
#DOCUMENTATION_URL = "http://graphite.readthedocs.org/"
You can’t perform that action at this time.
0 commit comments