Add .env
This commit is contained in:
parent
871a130eaf
commit
9bd999fc32
17
.env
Normal file
17
.env
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user