Files
MercuryCloud_Dashboard/node_modules/@devnote-dev/pterojs/pterojs.json
SavaletDev 9dfd50b963 Init
2022-04-22 23:02:19 +02:00

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"]
}
}