create daemon
This commit is contained in:
45
thrower_daemon/config.example.json
Normal file
45
thrower_daemon/config.example.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user