f3a103e1b9
Goes in /opt/graphite/webapp/graphite/local_settings.py
8 lines
235 B
Python
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'
|