-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample-config.json
42 lines (41 loc) · 1.48 KB
/
sample-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"botPrivateKey": "1111111111111111111111111111111111111111111111111111111111111111",
"relays": [
"nostr.pleb.network",
"nostr-pub.wellorder.net",
"nostr.mom",
"relay.nostr.bg"
],
"referencedEventId": "nostr:nevent1qqs85ryhle3xrglp80jvdp57wm9l4g66n7htrg93dev33n7j00v5vrspz4mhxue69uhhyetvv9ujumn0wd68ytnzvuhsygzschycenp3e203aat223a0cn95sx2lu4sr6nmcwj3zrkuktpnu3cpsgqqqqqqsyzweeu",
"excludePubkeys": [
],
"zapMessage": "Thanks for participating in InkblotArt!",
"zapConditions": [
{
"requiredPhrase.comment": "The users event should include this phrase to be paid the amount",
"requiredPhrase": "#InkblotArt",
"requiredLength.comment": "The comment in the users event must be at least this long",
"requiredLength": 20,
"zapAmount.comment": "The amount of sats to zap the user",
"zapAmount": 20
},
{
"requiredPhrase": null,
"requiredLength": 15,
"zapAmount": 10
}
],
"lndServer": {
"address": "127.0.0.1",
"port": "10080",
"macaroon": "0201036C.....",
"paymentTimeout": 30,
"feeLimit": 5
},
"lnurl": {
"connectTimeout.comment": "Time permitted in seconds to connect to LN URL Providers",
"connectTimeout": 5,
"readTimeout.comment": "Time permitted in seconds to read all data from LN URL Providers",
"readTimeout": 30
}
}