20250921
This commit is contained in:
parent
4000cb2cec
commit
c9bbcfdf8b
@ -15,13 +15,20 @@
|
||||
, "ping_timeout_secs": 2.0
|
||||
, "verbose": false
|
||||
}
|
||||
, "LOCALHOST_REDIS": {
|
||||
, "LCLHOST_REDIS": {
|
||||
"type": "redis"
|
||||
, "url": "redis://localhost"
|
||||
, "read_timeout" : 0.01
|
||||
, "ping_timeout_secs": 2.0
|
||||
, "verbose": false
|
||||
}
|
||||
, "localhost-2-docker": {
|
||||
"type": "redis"
|
||||
, "url": "redis://localhost:16379"
|
||||
, "read_timeout" : 0.01
|
||||
, "ping_timeout_secs": 2.0
|
||||
, "verbose": false
|
||||
}
|
||||
"redis": {
|
||||
"docker_microservices": { # docker compose used
|
||||
"url": "redis://redis:6379"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user