mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 07:56:39 +01:00
added generate image via nserver, refactor
This commit is contained in:
17
.env_example
17
.env_example
@@ -1,9 +1,14 @@
|
||||
NOSTR_PRIVATE_KEY = nostrSecretkeyinhex
|
||||
NOSTR_TEST_CLIENT_PRIVATE_KEY = nostrSecretkeyinhex_forthetestclient
|
||||
USER_DB_PATH = nostrzaps.db
|
||||
NOSTR_PRIVATE_KEY = "nostrSecretkeyinhex"
|
||||
NOSTR_TEST_CLIENT_PRIVATE_KEY = "nostrSecretkeyinhex_forthetestclient"
|
||||
USER_DB_PATH = "nostrzaps.db"
|
||||
|
||||
LNBITS_INVOICE_KEY = lnbitswalletinvoicekey
|
||||
LNBITS_HOST = https://lnbits.com
|
||||
# Optional LNBITS options to create invoices (if empty, it will use the lud16 from profile)
|
||||
LNBITS_INVOICE_KEY = ""
|
||||
LNBITS_HOST = "https://lnbits.com"
|
||||
|
||||
TASK_TEXTEXTRACTION_NIP89_DTAG = "asdd"
|
||||
TASK_TRANSLATION_NIP89_DTAG = abcded
|
||||
TASK_TRANSLATION_NIP89_DTAG = "abcded"
|
||||
TASK_IMAGEGENERATION_NIP89_DTAG = "fgdfgdf"
|
||||
|
||||
#Backend Specific Options for tasks that require them
|
||||
NOVA_SERVER = "127.0.0.1:37318"
|
||||
Reference in New Issue
Block a user