Update .env
This commit is contained in:
parent
e04e14b647
commit
9117b13070
29
.env
29
.env
@ -1,17 +1,16 @@
|
||||
# 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
|
||||
DISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN
|
||||
GUILD_ID=123456789012345678
|
||||
|
||||
# Database settings
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
||||
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
||||
PRICE=1000
|
||||
INVOICE_MESSAGE=Thank you for supporting us!
|
||||
|
||||
DB_USER=postgres
|
||||
DB_PASS=supersecret
|
||||
DB_NAME=lnbitsdb
|
||||
DB_USER=lnbitsuser
|
||||
DB_PASS=supersecret
|
||||
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
||||
|
||||
COMMAND_NAME=support
|
||||
ROLE_ID=234567890123456789
|
||||
CHANNEL_ID=345678901234567890
|
Loading…
x
Reference in New Issue
Block a user