Update .env.example (#181)

This commit is contained in:
moonsettler
2023-04-27 06:25:14 -07:00
committed by GitHub
parent 87f9241de1
commit 9525655dc1

View File

@@ -21,7 +21,7 @@ TOR=TRUE
# nostr private key to which to receive tokens to
NOSTR_PRIVATE_KEY=nostr_privatekey_here_hex_or_bech32
# nostr relays (comma separated list)
NOSTR_RELAYS="wss://nostr-pub.wellorder.net"
NOSTR_RELAYS=["wss://nostr-pub.wellorder.net"]
# --------- MINT ---------