mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* refactor how we handle rpc responses and patchdb connection monitoring * websockets only * remove unused global error handlers * chore: clear storage inside auth service * feat: convert all global toasts to declarative approach (#1754) * no more reference to serverID Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: waterplea <alexander@inkin.ru>
20 lines
328 B
JSON
20 lines
328 B
JSON
{
|
|
"useMocks": true,
|
|
"targetArch": "aarch64",
|
|
"ui": {
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
},
|
|
"marketplace": {
|
|
"url": "https://registry.start9.com/",
|
|
"name": "Start9 Marketplace"
|
|
}
|
|
},
|
|
"gitHash": ""
|
|
}
|