Update .env
This commit is contained in:
parent
ca865bd393
commit
0fd63cd8f1
4
.env
4
.env
@ -3,8 +3,6 @@ GUILD_ID=123456789012345678
|
|||||||
|
|
||||||
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
||||||
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
||||||
PRICE=1000
|
|
||||||
INVOICE_MESSAGE=Thank you for supporting us!
|
|
||||||
|
|
||||||
DB_USER=postgres
|
DB_USER=postgres
|
||||||
DB_PASS=supersecret
|
DB_PASS=supersecret
|
||||||
@ -12,5 +10,7 @@ DB_NAME=lnbitsdb
|
|||||||
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
||||||
|
|
||||||
COMMAND_NAME=support
|
COMMAND_NAME=support
|
||||||
|
PRICE=1000
|
||||||
|
INVOICE_MESSAGE=Thank you for supporting us!
|
||||||
ROLE_ID=234567890123456789
|
ROLE_ID=234567890123456789
|
||||||
CHANNEL_ID=345678901234567890
|
CHANNEL_ID=345678901234567890
|
Loading…
x
Reference in New Issue
Block a user