From 8ad173e5fb8c735d7c3e80852dedb6f4758a9acc Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:47:38 +0100 Subject: [PATCH] add nostr relays to env example --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 531d842..281171b 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file +# 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"