diff options
author | Mark Beierl <mark.beierl@dell.com> | 2017-08-23 16:54:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-23 16:54:40 +0000 |
commit | b6abf16908da2c30878f0a0de0e3ef198b8f712f (patch) | |
tree | b9ea14463956b39b3a2e5110e0b5a88ac435ade4 /docker/storperf-graphite/conf/local_settings.py | |
parent | 6ca2c9387c41a5980af0f0d5aa1d24cd6c7fa94d (diff) | |
parent | fc7ec1c0c73d2ecc52035634c8dd0ae6647273b1 (diff) |
Merge "Graphite Standalone container"
Diffstat (limited to 'docker/storperf-graphite/conf/local_settings.py')
-rw-r--r-- | docker/storperf-graphite/conf/local_settings.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/storperf-graphite/conf/local_settings.py b/docker/storperf-graphite/conf/local_settings.py new file mode 100644 index 0000000..88414aa --- /dev/null +++ b/docker/storperf-graphite/conf/local_settings.py @@ -0,0 +1,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/" |