mirror of
https://github.com/vyme-fr/MercuryCloud_Dashboard.git
synced 2026-01-19 09:07:26 +01:00
44 lines
883 B
JSON
44 lines
883 B
JSON
{
|
|
"application":{
|
|
"users":{
|
|
"fetch": true,
|
|
"cache": true,
|
|
"max": -1
|
|
},
|
|
"nodes":{
|
|
"fetch": true,
|
|
"cache": true,
|
|
"max": -1
|
|
},
|
|
"nests":{
|
|
"fetch": false,
|
|
"cache": false,
|
|
"max": 0
|
|
},
|
|
"servers":{
|
|
"fetch": false,
|
|
"cache": true,
|
|
"max": 10
|
|
},
|
|
"locations":{
|
|
"fetch": false,
|
|
"cache": false,
|
|
"max": 0
|
|
}
|
|
},
|
|
"client":{
|
|
"ws": true,
|
|
"fetchClient": true,
|
|
"servers":{
|
|
"fetch": true,
|
|
"cache": true,
|
|
"max": -1
|
|
},
|
|
"subUsers":{
|
|
"fetch": false,
|
|
"cache": false,
|
|
"max": 0
|
|
},
|
|
"disableEvents":["debug"]
|
|
}
|
|
} |