Tornado experiments
This commit is contained in:
11
mayan/settings/kaze.py
Normal file
11
mayan/settings/kaze.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from .production import * # NOQA
|
||||
|
||||
if not BROKER_URL:
|
||||
BROKER_URL = 'redis://127.0.0.1:6379/0'
|
||||
|
||||
if not CELERY_RESULT_BACKEND:
|
||||
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379/0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user