Update .env_example

This commit is contained in:
Believethehype 2024-08-24 22:24:25 +02:00
parent 446aa60ff2
commit 20e77248d6

View File

@ -4,7 +4,7 @@
#Create an account with a lnbits instance of your choice, add the admin key and id here. This account will be used to create a new lnbits wallet for each dvm/bot
LNBITS_ADMIN_KEY = "" # In order to pay invoices, e.g. from the bot to DVMs, or reimburse users. Keep this secret and use responsibly.
LNBITS_ADMIN_ID = ""
LNBITS_HOST = "https://lnbits.com"
LNBITS_HOST = "https://demo.lnbits.com/"
# In order to create a zappable lightning address, host nostdress on your domain or use this preinstalled domain.
# We will use the api to create and manage zapable lightning addresses
NOSTDRESS_DOMAIN = "nostrdvm.com"