mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
add nostr relays to env example
This commit is contained in:
@@ -32,5 +32,7 @@ LNBITS_ENDPOINT=https://legend.lnbits.com
|
||||
LNBITS_KEY=yourkeyasdasdasd
|
||||
|
||||
# NOSTR
|
||||
# this is the hex private key on which you want to receive nostr DMs to
|
||||
NOSTR_PRIVATE_KEY=hex_nostrprivatekey_here
|
||||
# nostr private key to which to receive tokens to
|
||||
NOSTR_PRIVATE_KEY=hex_nostrprivatekey_here
|
||||
# nostr relays (comma separated list)
|
||||
NOSTR_RELAYS="wss://nostr-pub.wellorder.net"
|
||||
|
||||
Reference in New Issue
Block a user