Files
start-os/frontend/config-sample.json
2022-04-11 16:10:03 -04:00

20 lines
277 B
JSON

{
"useMocks": true,
"targetArch": "aarch64",
"ui": {
"patchDb": {
"poll": {
"cooldown": 10000
}
},
"api": {
"url": "rpc",
"version": "v1"
},
"mocks": {
"maskAs": "tor",
"skipStartupAlerts": true
}
}
}