Files
start-os/frontend/config-sample.json
Lucy C 2b6e54da1e Proxy local frontend to remote backend (#1452)
* add server proxy configurations

* change address to host due to compliation warning

* adjust config sample to more accurately reflect production version
2022-05-19 15:58:32 -06:00

25 lines
416 B
JSON

{
"useMocks": true,
"targetArch": "aarch64",
"ui": {
"patchDb": {
"poll": {
"cooldown": 10000
}
},
"api": {
"url": "rpc",
"version": "v1"
},
"mocks": {
"maskAs": "tor",
"skipStartupAlerts": true
},
"marketplace": {
"url": "https://beta-registry-0-3.start9labs.com/",
"name": "Embassy Marketplace"
}
},
"gitHash": ""
}