mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
20 lines
301 B
JSON
20 lines
301 B
JSON
{
|
|
"patchDb": {
|
|
"timeoutForMissingRevision": 5000,
|
|
"poll": {
|
|
"cooldown": 40000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "/rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"enabled": true,
|
|
"connection": "poll",
|
|
"websocketUrl": "",
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
}
|
|
}
|