Files
start-os/frontend/config-sample.json
Matt Hill eec8c41e20 Hard code registry icons (#1951)
* component for store icons

* order registries and abstract registry urls

* use helper functionm
2022-11-29 09:43:54 -07:00

21 lines
407 B
JSON

{
"useMocks": true,
"targetArch": "aarch64",
"ui": {
"api": {
"url": "rpc",
"version": "v1"
},
"marketplace": {
"start9": "https://registry.start9.com/",
"community": "https://community-registry.start9.com/",
"beta": "https://beta-registry.start9.com/"
},
"mocks": {
"maskAs": "tor",
"skipStartupAlerts": true
}
},
"gitHash": ""
}