Graphite - webapp config
Goes in /opt/graphite/webapp/graphite/local_settings.py
This commit is contained in:
parent
618b2d7d6a
commit
f3a103e1b9
|
@ -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'
|
Loading…
Reference in New Issue