mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
26 lines
643 B
Text
26 lines
643 B
Text
bot:
|
|
socks_proxy:
|
|
host: 127.0.0.1:9996
|
|
username: test
|
|
password: username
|
|
tor_proxy:
|
|
host: 127.0.0.1:9050
|
|
http_proxy: ""
|
|
lnurl_public_host_name: "mylnurl.com"
|
|
lnurl_server: "https://mylnurl.com"
|
|
lnurl_image: true
|
|
telegram:
|
|
message_dispose_duration: 10
|
|
api_key: "1234"
|
|
lnbits:
|
|
url: "http://127.0.0.1:5000"
|
|
admin_key: "1234"
|
|
admin_id: "1234"
|
|
webhook_server: "http://0.0.0.0:5588"
|
|
lnbits_public_url: "link.mylnurl.com"
|
|
database:
|
|
db_path: "data/bot.db"
|
|
buntdb_path: "data/bunt.db"
|
|
transactions_path: "data/transactions.db"
|
|
shop_buntdb_path: "data/shop.db"
|
|
groupsdb_path: "data/groups.db"
|