Files
archived-x-prober/xconfig.json
Km.Van 1039fabc16 sort import
remove blank line
2021-01-13 15:46:04 +08:00

11 lines
436 B
JSON

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