diff --git a/wazimap_ng/config/test.py b/wazimap_ng/config/test.py index 18c703a9..0aa7f72c 100755 --- a/wazimap_ng/config/test.py +++ b/wazimap_ng/config/test.py @@ -35,3 +35,8 @@ class Test(Common): } FILE_SIZE_LIMIT = 3000 * 1024 * 1024 + + Q_CLUSTER = { + "redis": os.environ.get("REDIS_URL"), + "sync": True + } \ No newline at end of file