Files
start-os/ui/ui-config.json
2021-08-09 13:50:34 -06:00

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
}
}