mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
14 lines
509 B
JSON
14 lines
509 B
JSON
{
|
|
// You can disable listed features: serverStatus, diskUsage, 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:5173"],
|
|
// ["node-3", "http://localhost:5173"]
|
|
]
|
|
}
|