mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
19 lines
250 B
JSON
19 lines
250 B
JSON
{
|
|
"useMocks": true,
|
|
"ui": {
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
}
|
|
}
|
|
}
|