greenwave: configure cache
This commit is contained in:
parent
d391b40050
commit
1403f815f6
1 changed files with 2 additions and 0 deletions
|
@ -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}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue