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
|
# ── Database (Postgres) ──────────────────────────────────────────────────────
|
||||||
GUILD_ID=123456789012345678
|
|
||||||
|
|
||||||
LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END
|
|
||||||
LNBITS_API_KEY=LNBITS_INVOICE_KEY
|
|
||||||
|
|
||||||
DB_USER=postgres
|
DB_USER=postgres
|
||||||
DB_PASS=supersecret
|
DB_PASS=supersecret
|
||||||
DB_NAME=lnbitsdb
|
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
|
# ── Flask UI ──────────────────────────────────────────────────────────────────
|
||||||
PRICE=1000
|
FLASK_SECRET=someRandomStringForSessions
|
||||||
INVOICE_MESSAGE=Thank you for supporting us!
|
|
||||||
ROLE_ID=234567890123456789
|
|
||||||
CHANNEL_ID=345678901234567890
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user