20250921
This commit is contained in:
@@ -1,20 +1,13 @@
|
|||||||
# /comm
|
# /comm
|
||||||
{
|
{
|
||||||
"pubsub" : {
|
"pubsub" : {
|
||||||
"REDIS_MUSVC_DOCKER": { # docker compose used
|
"REDIS_DCKR_CMPS": { # 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
|
|
||||||
}
|
|
||||||
, "LCLHOST_REDIS": {
|
, "LCLHOST_REDIS": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://localhost"
|
, "url": "redis://localhost"
|
||||||
@@ -22,7 +15,7 @@
|
|||||||
, "ping_timeout_secs": 2.0
|
, "ping_timeout_secs": 2.0
|
||||||
, "verbose": false
|
, "verbose": false
|
||||||
}
|
}
|
||||||
, "localhost-2-docker": {
|
, "LCLHOST_-docker": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://localhost:16379"
|
, "url": "redis://localhost:16379"
|
||||||
, "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
|
|||||||
Reference in New Issue
Block a user