mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
25 lines
369 B
JSON
25 lines
369 B
JSON
{
|
|
"start9Marketplace": {
|
|
"clearnet": "",
|
|
"tor": ""
|
|
},
|
|
"patchDb": {
|
|
"poll": {
|
|
"cooldown": 10000
|
|
}
|
|
},
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"enabled": true,
|
|
"marketplace": true,
|
|
"connection": "ws",
|
|
"rpcPort": "5959",
|
|
"wsPort": "5960",
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
}
|
|
}
|