v0.0.1 - Up and running
This commit is contained in:
33
config.example.json
Normal file
33
config.example.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user