diff --git a/.env b/.env new file mode 100644 index 0000000..798f9fa --- /dev/null +++ b/.env @@ -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 \ No newline at end of file