mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
22 lines
435 B
JSON
22 lines
435 B
JSON
{
|
|
"useMocks": true,
|
|
"packageArch": "aarch64",
|
|
"osArch": "raspberrypi",
|
|
"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": ""
|
|
}
|