super_ball/thrower_daemon/config.example.json

45 lines
1014 B
JSON

{
"thrower": {
"privateKey": null,
"publicKey": null,
"name": "My Superball Thrower",
"description": "A privacy-focused Superball Thrower node providing secure NOSTR event routing",
"banner": "",
"icon": "",
"adminPubkey": "",
"contact": "",
"supportedSups": "1,2,3,4,5,6",
"software": "https://git.laantungir.net/laantungir/super_ball.git",
"version": "1.0.0",
"privacyPolicy": "",
"termsOfService": "",
"refreshRate": 300,
"content": ""
},
"relays": [
{
"url": "wss://relay.laantungir.net",
"type": "",
"authStatus": "unknown",
"lastTested": null
},
{
"url": "wss://relay.damus.io",
"type": "",
"authStatus": "unknown",
"lastTested": null
},
{
"url": "wss://nos.lol",
"type": "",
"authStatus": "unknown",
"lastTested": null
}
],
"daemon": {
"logLevel": "info",
"maxQueueSize": 1000,
"maxLogEntries": 1000,
"autoStart": false
}
}