17 lines
391 B
Bash
17 lines
391 B
Bash
# Discord & LNbits settings
|
|
discord_token=YOUR_DISCORD_BOT_TOKEN
|
|
guild_id=123456789012345678
|
|
role_id=234567890123456789
|
|
lnbits_url=https://sats.love
|
|
lnbits_api_key=YOUR_LNBITS_INVOICE_KEY
|
|
price=1000
|
|
channelid=345678901234567890
|
|
invoicemessage=Invoice for your purchase.
|
|
command_name=support
|
|
|
|
# Database settings
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
DB_NAME=lnbitsdb
|
|
DB_USER=lnbitsuser
|
|
DB_PASS=supersecret |