mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* component for store icons * order registries and abstract registry urls * use helper functionm
21 lines
407 B
JSON
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": ""
|
|
}
|