Update .env
This commit is contained in:
parent
0243671381
commit
17c8861c45
14
.env
14
.env
@ -1,16 +1,8 @@
|
||||
DISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN
|
||||
GUILD_ID=123456789012345678
|
||||
|
||||
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
||||
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
||||
|
||||
# ── Database (Postgres) ──────────────────────────────────────────────────────
|
||||
DB_USER=postgres
|
||||
DB_PASS=supersecret
|
||||
DB_NAME=lnbitsdb
|
||||
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
||||
|
||||
COMMAND_NAME=support
|
||||
PRICE=1000
|
||||
INVOICE_MESSAGE=Thank you for supporting us!
|
||||
ROLE_ID=234567890123456789
|
||||
CHANNEL_ID=345678901234567890
|
||||
# ── Flask UI ──────────────────────────────────────────────────────────────────
|
||||
FLASK_SECRET=someRandomStringForSessions
|
||||
|
Loading…
x
Reference in New Issue
Block a user