20251204
This commit is contained in:
@@ -72,16 +72,10 @@
|
|||||||
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
|
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://localhost:16379"
|
, "url": "redis://localhost:16379"
|
||||||
, "read_timeout" : 0.01
|
|
||||||
, "ping_timeout_secs": 2.0
|
|
||||||
, "verbose": false
|
|
||||||
}
|
}
|
||||||
, "REDIS_tester-01_2_DCKR_COMPOSE": { # to use docker compose service from outside
|
, "REDIS_tester-01_2_DCKR_COMPOSE": { # to use docker compose service from outside
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
|
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
|
||||||
, "read_timeout" : 0.01
|
|
||||||
, "ping_timeout_secs": 2.0
|
|
||||||
, "verbose": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS"
|
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS"
|
||||||
, "cache": {
|
, "cache": {
|
||||||
"class": "cvttpy_tools.comm.redis.redis_kv_cache.RedisKVCacheClient"
|
"class": "cvttpy_tools.comm.redis.redis_kv_cache.RedisKVCacheClient"
|
||||||
, "url":
|
, "config":
|
||||||
|
|
||||||
}
|
}
|
||||||
# , "api": {
|
# , "api": {
|
||||||
|
|||||||
Reference in New Issue
Block a user