mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 14:50:56 +08:00
add config CACHE_REDIS_PASSWORD and fix delete ci_type
This commit is contained in:
@@ -35,6 +35,7 @@ SQLALCHEMY_ENGINE_OPTIONS = {
|
||||
CACHE_TYPE = "redis"
|
||||
CACHE_REDIS_HOST = "127.0.0.1"
|
||||
CACHE_REDIS_PORT = 6379
|
||||
CACHE_REDIS_PASSWORD = ""
|
||||
CACHE_KEY_PREFIX = "CMDB::"
|
||||
CACHE_DEFAULT_TIMEOUT = 3000
|
||||
|
||||
|
Reference in New Issue
Block a user