mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* better eager loading and better error messaging for backup flow * add arch qp to marketplace proxy requests * better styling for eos release notes
20 lines
279 B
JSON
20 lines
279 B
JSON
{
|
|
"useMocks": true,
|
|
"ui": {
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
},
|
|
"targetArch": "aarch64"
|
|
}
|
|
}
|