From 55c681907f5368462199fb63ed52cbf3541f2683 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 5 Aug 2020 08:29:56 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 1 + default/graphite-carbon | 2 +- graphite/local_settings.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.etckeeper b/.etckeeper index d562bbca8..3cb0db38f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1225,6 +1225,7 @@ maybe chmod 0644 'ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf' maybe chmod 0755 'ghostscript/fontmap.d' maybe chmod 0644 'ghostscript/fontmap.d/10gsfonts.conf' maybe chmod 0755 'graphite' +maybe chmod 0755 'graphite/__pycache__' maybe chmod 0644 'graphite/local_settings.py' maybe chmod 0755 'groff' maybe chmod 0644 'groff/man.local' diff --git a/default/graphite-carbon b/default/graphite-carbon index 0d3c00539..02033dd13 100644 --- a/default/graphite-carbon +++ b/default/graphite-carbon @@ -1,2 +1,2 @@ # Change to true, to enable carbon-cache on boot -CARBON_CACHE_ENABLED=false +CARBON_CACHE_ENABLED=true diff --git a/graphite/local_settings.py b/graphite/local_settings.py index f0a7b59ef..7fd19c7b4 100644 --- a/graphite/local_settings.py +++ b/graphite/local_settings.py @@ -21,7 +21,7 @@ SECRET_KEY = 'wApC0VsrCmMpfJLqyGQU8V3qOlnygprGXwMhQpTbUCRiuf5urxu8' # Set your local timezone (Django's default is America/Chicago) # If your graphs appear to be offset by a couple hours then this probably # needs to be explicitly set to your local timezone. -#TIME_ZONE = 'America/Los_Angeles' +TIME_ZONE = 'Europe/Berlin' # Set the default short date format. See strftime(3) for supported sequences. #DATE_FORMAT = '%m/%d' -- 2.43.0