Files
start-os/ui/config-sample.json
Drew Ansbacher 7661626a94 Market over embassy (#404)
* marketplace proxy'd through embassy

* http not rpc

* fix up marketplace
2022-01-21 20:35:52 -07:00

20 lines
280 B
JSON

{
"patchDb": {
"poll": {
"cooldown": 10000
}
},
"api": {
"url": "rpc",
"version": "v1"
},
"mocks": {
"enabled": true,
"connection": "ws",
"rpcPort": "5959",
"wsPort": "5960",
"maskAs": "tor",
"skipStartupAlerts": true
}
}