Files
start-os/frontend/config-sample.json
Matt Hill 3ddeb5fa94 [Fix] websocket connecting and patchDB connection monitoring (#1738)
* 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>
2022-08-22 10:53:52 -06:00

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": ""
}