Files
start-os/frontend/config-sample.json
Lucy C 3372cdc0df Update/marketplace info (#1983)
* ensure arch is calways present in config

* add eos version to params when fetching marketplace info

* fix build script

* choose arch based on make goals

* conditionally send different arch param to registry

* better type for qp

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: Aiden McClelland <me@drbonez.dev>
2022-11-29 09:43:54 -07:00

22 lines
434 B
JSON

{
"useMocks": true,
"packageArch": "aarch64",
"osArch": "rasberrypi",
"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": ""
}