mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* dynamically set a registry to use for os updates * fix os updates response type * fix saving high score --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"useMocks": true,
|
|
"ui": {
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"marketplace": {
|
|
"start9": "https://registry.start9.com/",
|
|
"community": "https://community-registry.start9.com/"
|
|
},
|
|
"startosRegistry": "https://registry.start9.com/",
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"maskAsHttps": true,
|
|
"skipStartupAlerts": true
|
|
}
|
|
},
|
|
"gitHash": ""
|
|
}
|