mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 20:50:10 +00:00
update
update: deps fix: sig waiting fix: watcher fix: nil pointer panic
This commit is contained in:
53
test_data/config.json5
Normal file
53
test_data/config.json5
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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 * * *"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user