Add documentation
This commit is contained in:
21
samples/config.js
Normal file
21
samples/config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
xmpp: {
|
||||
service: "kosmos.org",
|
||||
resource: "lightning-antispam",
|
||||
username: "botka",
|
||||
password: "123456789",
|
||||
nick: "botka",
|
||||
rooms: [
|
||||
"kosmos-random@kosmos.chat",
|
||||
"lightningnetwork@kosmos.chat"
|
||||
]
|
||||
},
|
||||
amounts: {
|
||||
voice: 1000 // sats
|
||||
},
|
||||
lndhub: {
|
||||
endpoint: "https://lndhub.kosmos.org",
|
||||
username: "123456789",
|
||||
password: "123456789"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user