diff --git a/.env b/.env index 798f9fa..77a5af3 100644 --- a/.env +++ b/.env @@ -1,17 +1,16 @@ -# 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 +DISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN +GUILD_ID=123456789012345678 -# Database settings -DB_HOST=db -DB_PORT=5432 +LNBITS_URL=YOUR_LNBITS_URL_DONT_USE_/_AT_END +LNBITS_API_KEY=LNBITS_INVOICE_KEY +PRICE=1000 +INVOICE_MESSAGE=Thank you for supporting us! + +DB_USER=postgres +DB_PASS=supersecret DB_NAME=lnbitsdb -DB_USER=lnbitsuser -DB_PASS=supersecret \ No newline at end of file +DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME} + +COMMAND_NAME=support +ROLE_ID=234567890123456789 +CHANNEL_ID=345678901234567890 \ No newline at end of file