2016/monitoring/graphite/graphite-conf/local_settings.py

8 lines
235 B
Python
Raw Normal View History

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'