2023-11-30 15:30:49 +01:00
|
|
|
# Optional LNBITS options to create invoices (if empty, it will use the lud16 from profile)
|
|
|
|
# Admin Key is (only) required for bot or if any payments should be made
|
2023-11-20 19:17:10 +01:00
|
|
|
LNBITS_INVOICE_KEY = ""
|
2023-11-26 10:31:38 +01:00
|
|
|
LNBITS_ADMIN_KEY = "" # In order to pay invoices, e.g. from the bot to DVMs, or reimburse users. Keep this secret and use responsibly.
|
2023-11-20 19:17:10 +01:00
|
|
|
LNBITS_HOST = "https://lnbits.com"
|
2023-11-18 20:20:18 +01:00
|
|
|
|
2023-11-30 15:30:49 +01:00
|
|
|
#Backend Specific Options for tasks that require them. A DVM needing these should only be started if these are set.
|
2023-11-23 11:53:57 +01:00
|
|
|
|
2023-11-24 21:29:24 +01:00
|
|
|
OPENAI_API_KEY = "" # Enter your OpenAI API Key to use DVMs with OpenAI services
|
2023-11-29 10:01:20 +01:00
|
|
|
LIBRE_TRANSLATE_ENDPOINT = "" # Url to LibreTranslate Endpoint e.g. https://libretranslate.com
|
|
|
|
LIBRE_TRANSLATE_API_KEY = "" # API Key, if required (You can host your own instance where you don't need it)
|
2023-11-30 15:30:49 +01:00
|
|
|
|
|
|
|
# We will automatically create dtags and private keys based on the identifier variable in main.
|
|
|
|
# If your DVM already has a dtag and private key you can replace it here before publishing the DTAG to not create a new one.
|
|
|
|
# The name and NIP90 info of the DVM can be changed but the identifier must stay the same in order to not create a different dtag.
|