greenwave: configure cache

This commit is contained in:
Matt Jia 2017-10-04 14:02:14 +10:00
parent d391b40050
commit 1403f815f6
No known key found for this signature in database
GPG key ID: 496C2CDC1EF01F5D

View file

@ -10,6 +10,8 @@ data:
PORT = 8080
DEBUG = False
POLICIES_DIR = '/etc/greenwave/'
# By default, don't cache anything.
CACHE = {'backend': 'dogpile.cache.null'}
{% if env == 'staging' %}
SECRET_KEY = '{{stg_greenwave_secret_key}}'