This commit is contained in:
Cryptoval Trading Technologies
2025-12-04 23:44:01 +00:00
parent b42ce5c74b
commit a03e80861c
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -72,16 +72,10 @@
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
"type": "redis"
, "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
"type": "redis"
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
, "verbose": false
}
}
}
+1 -1
View File
@@ -155,7 +155,7 @@
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.PXER_MUSVC_STATUS"
, "cache": {
"class": "cvttpy_tools.comm.redis.redis_kv_cache.RedisKVCacheClient"
, "url":
, "config":
}
# , "api": {