33 lines
765 B
JSON
33 lines
765 B
JSON
{
|
|
"thrower": {
|
|
"privateKey": "your_64_character_hex_private_key_here_replace_this_with_real_key",
|
|
"name": "My C Superball Thrower",
|
|
"description": "High-performance C implementation of Superball Thrower",
|
|
"maxDelay": 86460,
|
|
"refreshRate": 300,
|
|
"supportedSups": "1,2,3,4,5,6",
|
|
"software": "https://git.laantungir.net/laantungir/super_ball_thrower.git",
|
|
"version": "1.0.0"
|
|
},
|
|
"relays": [
|
|
{
|
|
"url": "wss://relay.laantungir.net",
|
|
"read": true,
|
|
"write": true
|
|
},
|
|
{
|
|
"url": "wss://relay.damus.io",
|
|
"read": true,
|
|
"write": true
|
|
},
|
|
{
|
|
"url": "wss://nos.lol",
|
|
"read": true,
|
|
"write": true
|
|
}
|
|
],
|
|
"daemon": {
|
|
"logLevel": "info",
|
|
"maxQueueSize": 1000
|
|
}
|
|
} |