Files
config_service/data/apps/common/comm.cfg
T
Cryptoval Trading Technologies c15f495bd2 20260415
2026-04-15 17:08:01 +00:00

71 lines
2.2 KiB
INI

# /comm
{
"pubsub" : {
"REDIS_DCKR_COMPOSE": { # docker compose used
"type": "redis"
, "url": "redis://redis:6379"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
, "verbose": false
, "unsubscribe_timeout_sec": 0.5
}
, "REDIS_LCLHOST": {
"type": "redis"
, "url": "redis://localhost"
, "read_timeout" : 0.01
, "ping_timeout_secs": 2.0
, "verbose": false
, "unsubscribe_timeout_sec": 0.5
}
, "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
}
}
, "cache": {
"REDIS_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://redis:6379"
}
, "REDIS_LCLHOST": {
"type": "redis"
, "url": "redis://localhost:6379"
}
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://localhost:16379"
}
, "REDIS_tester-01_2_DCKR_COMPOSE": { # to use docker compose service from outside
"type": "redis"
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
}
}
, "md_cache": {
"REDIS_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://redis:6379"
}
, "REDIS_LCLHOST": {
"type": "redis"
, "url": "redis://localhost:6379"
}
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
"type": "redis"
, "url": "redis://localhost:16379"
}
, "REDIS_tester-01_2_DCKR_COMPOSE": { # to use docker compose service from outside
"type": "redis"
, "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
}
}
}