Files
Ratte/test_data/config.json5
Yuzuki616 9206546063 update
update: deps
fix: sig waiting
fix: watcher
fix: nil pointer panic
2025-04-13 17:31:18 +09:00

54 lines
1014 B
Plaintext

{
"Log": {
"Level": "info",
"Path": "./log"
},
"Watcher": {
"WatchLocalConfig": true,
"WatchRemoteConfig": true
},
"Core": [
{
"Name": "Xray",
"Path": "./test_data/Ratte-Core-Xray",
"DataPath": "./test_data"
}
],
"Panel": [
{
"Name": "V2board",
"Path": "./test_data/Ratte-Panel-V2b",
"DataPath": "./test_data"
}
],
"Node": [
{
"Name": "default-node",
"Remote": {
"ApiHost": "http://127.0.0.1",
"NodeID": 1,
"ApiKey": "your-api-key",
"NodeType": "model_context",
"Timeout": 30
},
"Options": {
"Core": "Xray",
"Panel": "V2board",
"Limit": {
"IPLimit": 0,
"SpeedLimit": "0MB"
},
"Other": {
"SendIp": "127.0.0.1"
}
},
"Trigger": {
"PullNodeCron": 60,
"PullUserCron": 60,
"ReportUserCron": 60,
"RenewCertCron": "0 2 * * *"
}
}
]
}