mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
Disable redis
This commit is contained in:
+3
-3
@@ -38,10 +38,10 @@ def create_app(test_config=None):
|
|||||||
)
|
)
|
||||||
CORS(app)
|
CORS(app)
|
||||||
cache.init_app(app, config={
|
cache.init_app(app, config={
|
||||||
'CACHE_TYPE': 'RedisCache',
|
'CACHE_TYPE': 'SimpleCache',
|
||||||
'CACHE_DEFAULT_TIMEOUT': 30,
|
'CACHE_DEFAULT_TIMEOUT': 30,
|
||||||
'CACHE_KEY_PREFIX': 'agora',
|
#'CACHE_KEY_PREFIX': 'agora',
|
||||||
'CACHE_REDIS_HOST': 'localhost',
|
#'CACHE_REDIS_HOST': 'localhost',
|
||||||
})
|
})
|
||||||
|
|
||||||
if test_config is None:
|
if test_config is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user