Files
start-os/frontend/config-sample.json
Aiden McClelland 9a01a0df8e refactor build process (#1675)
* add nc-broadcast to view initialization.sh logs

* include stderr

* refactor build

* add frontend/config.json as frontend dependency

* fix nc-broadcast

* always run all workflows

* address dependabot alerts

* fix build caching

* remove registries.json

* more efficient build
2022-07-21 15:18:44 -06:00

25 lines
402 B
JSON

{
"useMocks": true,
"targetArch": "aarch64",
"ui": {
"patchDb": {
"poll": {
"cooldown": 10000
}
},
"api": {
"url": "rpc",
"version": "v1"
},
"mocks": {
"maskAs": "tor",
"skipStartupAlerts": true
},
"marketplace": {
"url": "https://registry.start9.com/",
"name": "Start9 Marketplace"
}
},
"gitHash": ""
}