2016/monitoring/graphite/graphite-conf/local_settings.py
Vladimir Vitkov f3a103e1b9 Graphite - webapp config
Goes in /opt/graphite/webapp/graphite/local_settings.py
2015-10-19 11:46:43 +03:00

8 lines
235 B
Python

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'