mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-10 23:22:38 +02:00
Update .env_example
This commit is contained in:
@@ -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
|
#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_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_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.
|
# 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
|
# We will use the api to create and manage zapable lightning addresses
|
||||||
NOSTDRESS_DOMAIN = "nostrdvm.com"
|
NOSTDRESS_DOMAIN = "nostrdvm.com"
|
||||||
|
Reference in New Issue
Block a user