63 lines
2.1 KiB
INI
63 lines
2.1 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
|
|
}
|
|
, "REDIS_LCLHOST": {
|
|
"type": "redis"
|
|
, "url": "redis://localhost"
|
|
, "read_timeout" : 0.01
|
|
, "ping_timeout_secs": 2.0
|
|
, "verbose": false
|
|
}
|
|
, "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
|
|
}
|
|
# , "redis": {
|
|
# "docker_microservices": { # docker compose used
|
|
# "url": "redis://redis:6379"
|
|
# , "type": "redis"
|
|
# , "read_timeout" : 0.01
|
|
# , "ping_timeout_secs": 2.0
|
|
# , "verbose": false
|
|
# }
|
|
# , "localhost": {
|
|
# "url": "redis://localhost"
|
|
# , "type": "redis"
|
|
# , "read_timeout" : 0.01
|
|
# , "ping_timeout_secs": 2.0
|
|
# , "verbose": false
|
|
# }
|
|
# , "localhost-2-docker": {
|
|
# "url": "redis://localhost:16379"
|
|
# , "type": "redis"
|
|
# , "read_timeout" : 0.01
|
|
# , "ping_timeout_secs": 2.0
|
|
# , "verbose": false
|
|
# }
|
|
# , "tester-01": { # to use docker compose service from outside
|
|
# "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
|
|
# , "type": "redis"
|
|
# , "read_timeout" : 0.01
|
|
# , "ping_timeout_secs": 2.0
|
|
# , "verbose": false
|
|
# }
|
|
# }
|
|
}
|
|
} |