20250925
This commit is contained in:
parent
b2594d75be
commit
606f0a685d
@ -29,35 +29,35 @@
|
|||||||
, "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
, "verbose": false
|
, "verbose": false
|
||||||
}
|
}
|
||||||
# , "redis": {
|
, "redis": {
|
||||||
# "docker_microservices": { # docker compose used
|
"docker_microservices": { # docker compose used
|
||||||
# "url": "redis://redis:6379"
|
"url": "redis://redis:6379"
|
||||||
# , "type": "redis"
|
, "type": "redis"
|
||||||
# , "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
# , "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
# , "verbose": false
|
, "verbose": false
|
||||||
# }
|
}
|
||||||
# , "localhost": {
|
, "localhost": {
|
||||||
# "url": "redis://localhost"
|
"url": "redis://localhost"
|
||||||
# , "type": "redis"
|
, "type": "redis"
|
||||||
# , "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
# , "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
# , "verbose": false
|
, "verbose": false
|
||||||
# }
|
}
|
||||||
# , "localhost-2-docker": {
|
, "localhost-2-docker": {
|
||||||
# "url": "redis://localhost:16379"
|
"url": "redis://localhost:16379"
|
||||||
# , "type": "redis"
|
, "type": "redis"
|
||||||
# , "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
# , "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
# , "verbose": false
|
, "verbose": false
|
||||||
# }
|
}
|
||||||
# , "tester-01": { # to use docker compose service from outside
|
, "tester-01": { # to use docker compose service from outside
|
||||||
# "url": "redis://cvtt-tester-01.cvtt.vpn:16379"
|
"url": "redis://cvtt-tester-01.cvtt.vpn:16379"
|
||||||
# , "type": "redis"
|
, "type": "redis"
|
||||||
# , "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