20250921
This commit is contained in:
parent
13dc133043
commit
4000cb2cec
@ -1,16 +1,23 @@
|
|||||||
# /comm
|
# /comm
|
||||||
{
|
{
|
||||||
"pubsub" : {
|
"pubsub" : {
|
||||||
"MUSVC_DOCKER_REDIS": { # docker compose used
|
"REDIS_MUSVC_DOCKER": { # 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
|
||||||
|
}
|
||||||
, "LOCALHOST_REDIS": {
|
, "LOCALHOST_REDIS": {
|
||||||
"url": "redis://localhost"
|
"type": "redis"
|
||||||
, "type": "redis"
|
, "url": "redis://localhost"
|
||||||
, "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
, "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
, "verbose": false
|
, "verbose": false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user