Graphite - webapp config

Goes in /opt/graphite/webapp/graphite/local_settings.py
This commit is contained in:
Vladimir Vitkov 2015-10-19 11:46:43 +03:00
parent 618b2d7d6a
commit f3a103e1b9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
SECRET_KEY = 'FIXME: CHANGEME'
TIME_ZONE = 'Europe/Sofia'
GRAPHITE_ROOT = '/opt/graphite'
CONF_DIR = '/opt/graphite/conf'
STORAGE_DIR = '/opt/graphite/storage'
WHISPER_DIR = '/opt/graphite/storage'
LOG_DIR = '/var/log/graphite/webapp'