This commit is contained in:
Cryptoval Trading Technologies
2026-04-15 17:12:01 +00:00
parent c15f495bd2
commit ce39ddefa8
+4 -4
View File
@@ -53,19 +53,19 @@
, "md_cache": { , "md_cache": {
"REDIS_DCKR_COMPOSE": { "REDIS_DCKR_COMPOSE": {
"type": "redis" "type": "redis"
, "url": "redis://redis:6379" , "url": "redis://redis:6379/2"
} }
, "REDIS_LCLHOST": { , "REDIS_LCLHOST": {
"type": "redis" "type": "redis"
, "url": "redis://localhost:6379" , "url": "redis://localhost:6379/2"
} }
, "REDIS_LCLHOST_2_DCKR_COMPOSE": { , "REDIS_LCLHOST_2_DCKR_COMPOSE": {
"type": "redis" "type": "redis"
, "url": "redis://localhost:16379" , "url": "redis://localhost:16379/2"
} }
, "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/2"
} }
} }
} }