20250921
This commit is contained in:
parent
e07264da16
commit
27b46bb5fb
@ -1,21 +1,21 @@
|
|||||||
# /comm
|
# /comm
|
||||||
{
|
{
|
||||||
"pubsub" : {
|
"pubsub" : {
|
||||||
"REDIS_DCKR_CMPS": { # docker compose used
|
"REDIS_DCKR_COMPOSE": { # 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
|
||||||
}
|
}
|
||||||
, "LCLHOST_REDIS": {
|
, "REDIS_LCLHOST": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://localhost"
|
, "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
|
||||||
}
|
}
|
||||||
, "LCLHOST_-docker": {
|
, "REDIS_LCLHOST_2_DCKR_COMPOSE": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "url": "redis://localhost:16379"
|
, "url": "redis://localhost:16379"
|
||||||
, "read_timeout" : 0.01
|
, "read_timeout" : 0.01
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user