This commit is contained in:
Cryptoval Trading Technologies
2025-12-04 23:43:01 +00:00
parent 6f020ba5a8
commit b42ce5c74b
+19 -1
View File
@@ -65,5 +65,23 @@
"type": "redis" "type": "redis"
, "url": "redis://redis:6379" , "url": "redis://redis:6379"
} }
} , "REDIS_LCLHOST": {
"type": "redis"
, "url": "redis://localhost:6379"
}
, "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
}
}
} }