mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
20 lines
280 B
JSON
20 lines
280 B
JSON
{
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"enabled": true,
|
|
"connection": "ws",
|
|
"rpcPort": "5959",
|
|
"wsPort": "5960",
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
}
|
|
}
|