summaryrefslogtreecommitdiffstats
path: root/docker/storperf-graphite/conf/local_settings.py
blob: 88414aa70bf95045c8e514010082599638b8ca1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# flake8: noqa
# Edit this file to override the default graphite settings, do not edit settings.py

# Turn on debugging and restart apache if you ever see an "Internal Server Error" page
# DEBUG = True

# Set your local timezone (django will try to figure this out automatically)
TIME_ZONE = 'Europe/Zurich'

# Secret key for django
SECRET_KEY = '%%SECRET_KEY%%'

URL_PREFIX = "/graphite/"