This commit is contained in:
Cryptoval Trading Technologies 2025-09-21 00:16:01 +00:00
parent c9bbcfdf8b
commit e07264da16

View File

@ -1,20 +1,13 @@
# /comm
{
"pubsub" : {
"REDIS_MUSVC_DOCKER": { # docker compose used
"REDIS_DCKR_CMPS": { # docker compose used
"type": "redis"
, "url": "redis://redis:6379"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
, "verbose": false
}
, "REDIS_LOCALHOST": {
"type": "redis"
, "url": "redis://localhost"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
, "verbose": false
}
, "LCLHOST_REDIS": {
"type": "redis"
, "url": "redis://localhost"
@ -22,7 +15,7 @@
, "ping_timeout_secs": 2.0
, "verbose": false
}
, "localhost-2-docker": {
, "LCLHOST_-docker": {
"type": "redis"
, "url": "redis://localhost:16379"
, "read_timeout" : 0.01