diff --git a/.env_example b/.env_example index 098f9d9..4393e24 100644 --- a/.env_example +++ b/.env_example @@ -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"