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