Files
archived-x-prober/xconfig.json
2022-12-14 20:10:40 +08:00

14 lines
508 B
JSON

{
// You can disable listed features: serverStatus, networkStats, ping, serverInfo, phpInfo, phpInfoDetail, phpDisabledFunctions, phpDisabledClasses, phpExtensions, phpExtensionsLoaded, database, myServerBenchmark, myInfo, serverIp
// "disabled": ["serverIp", "phpInfoDetail"],
// The server benchmark cooldown (seconds)
"serverBenchmarkCd": 30,
// You can set nodes for X-Prober
"nodes": [
["node-1", "http://localhost/prober/.tmp/"],
["node-3", "http://localhost/prober/.tmp/"]
]
}