This commit is contained in:
Drew Ansbacher
2021-07-13 14:13:33 -06:00
committed by Aiden McClelland
parent edc37e33f1
commit dc71a625b2
6 changed files with 50 additions and 12 deletions

20
ui/config-sample.json Normal file
View File

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