Files
start-os/frontend/config-sample.json
Matt Hill cf70933e21 Only show alpha and beta in updates with dev tools enabled (#2132)
only show alpha and beta in updates with dev tools
2023-03-07 19:09:10 -07:00

23 lines
490 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/",
"alpha": "https://alpha-registry-x.start9.com/"
},
"mocks": {
"maskAs": "tor",
"skipStartupAlerts": true
}
},
"gitHash": ""
}