Files
start-os/ui/config-sample.json
Drew Ansbacher b2e1d69786 reg test
2021-08-09 13:51:48 -06:00

21 lines
303 B
JSON

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