lightningtipbot/config.yaml.example

31 lines
736 B
Text
Raw Permalink Normal View History

2021-09-10 08:52:44 +02:00
bot:
2022-08-14 22:44:04 +02:00
socks_proxy:
2022-08-14 23:05:17 +02:00
host: 127.0.0.1:9996
2022-08-14 22:44:04 +02:00
username: test
password: username
tor_proxy:
2022-08-14 23:05:17 +02:00
host: 127.0.0.1:9050
2021-09-10 08:52:44 +02:00
http_proxy: ""
lnurl_public_host_name: "mylnurl.com"
lnurl_server: "https://mylnurl.com"
lnurl_image: true
2022-08-22 09:09:53 +02:00
admin_api_host: localhost:6060
2021-09-10 08:52:44 +02:00
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"
2022-08-30 17:32:45 +02:00
generate:
dalle_key: "asd"
dalle_price: 1000
worker: 2