rework endpoints and enable setting custom marketplace urls

This commit is contained in:
Matt Hill
2021-07-14 16:43:25 -06:00
committed by Aiden McClelland
parent 16f5764f74
commit 6d92c195e9
24 changed files with 397 additions and 439 deletions

View File

@@ -1,4 +1,8 @@
{
"start9Marketplace": {
"clearnet": "",
"tor": ""
},
"patchDb": {
"poll": {
"cooldown": 10000
@@ -14,7 +18,6 @@
"rpcPort": "5959",
"wsPort": "5960",
"maskAs": "tor",
"skipStartupAlerts": true,
"registryURL": ""
"skipStartupAlerts": true
}
}