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
|
||||||
discord_token=YOUR_DISCORD_BOT_TOKEN
|
GUILD_ID=123456789012345678
|
||||||
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
|
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
||||||
DB_HOST=db
|
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
||||||
DB_PORT=5432
|
PRICE=1000
|
||||||
|
INVOICE_MESSAGE=Thank you for supporting us!
|
||||||
|
|
||||||
|
DB_USER=postgres
|
||||||
|
DB_PASS=supersecret
|
||||||
DB_NAME=lnbitsdb
|
DB_NAME=lnbitsdb
|
||||||
DB_USER=lnbitsuser
|
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
||||||
DB_PASS=supersecret
|
|
||||||
|
COMMAND_NAME=support
|
||||||
|
ROLE_ID=234567890123456789
|
||||||
|
CHANNEL_ID=345678901234567890
|
Loading…
x
Reference in New Issue
Block a user