mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 20:50:10 +00:00
54 lines
1014 B
Plaintext
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 * * *"
|
|
}
|
|
}
|
|
]
|
|
}
|