20250902
This commit is contained in:
parent
1a6c940e6d
commit
6371a713bc
@ -7,31 +7,35 @@
|
|||||||
, "type": "redis"
|
, "type": "redis"
|
||||||
, "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
, "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
|
, "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": true
|
, "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
|
||||||
}
|
}
|
||||||
, "cloud29": {
|
, "cloud29": {
|
||||||
"url": "redis://cloud29.cvtt.vpn:6379"
|
"url": "redis://cloud29.cvtt.vpn: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
|
||||||
}
|
}
|
||||||
, "tester-01": {
|
, "tester-01": {
|
||||||
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user