-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
26 lines (20 loc) · 774 Bytes
/
example.env
File metadata and controls
26 lines (20 loc) · 774 Bytes
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
# LNBits credentials and API endpoint
LNBITS_API_KEY=your_lnbits_admin_key
LNBITS_API_URL=https://lnbits.yourdomain.com
# Optional: LNbits webhook URL
LNBITS_WEBHOOK_URL=https://yourdomain.com/webhook
# Telegram bot token
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
# Your/Admin chat/user ID
ADMIN_TELEGRAM_ID=123456789
# Normal voucher settings
MIN_WITHDRAWABLE_SATS=21
MAX_WITHDRAWABLE_SATS=21
VOUCHER_TITLE=Claim 21 Sats
VOUCHER_BATCH_SIZE=100
# Lucky voucher feature toggle
LUCKY_VOUCHER_ENABLED=true
# Lucky voucher properties
LUCKY_VOUCHER_AMOUNT=10000 # Value in sats for each lucky voucher
LUCKY_VOUCHER_COUNT=5 # How many lucky vouchers to generate
LUCKY_VOUCHER_CHANCE=0.01 # Chance (as a percentage) to win a lucky voucher (0.01 → 0.01%)