mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-08 18:24:21 +01:00
nut-09 mint info (#155)
* nut-09 mint info * bump to 0.11.1 * make format
This commit is contained in:
22
.env.example
22
.env.example
@@ -2,7 +2,7 @@ DEBUG=FALSE
|
||||
|
||||
CASHU_DIR=~/.cashu
|
||||
|
||||
# WALLET
|
||||
# --------- WALLET ---------
|
||||
|
||||
# MINT_URL=https://localhost:3338
|
||||
MINT_HOST=127.0.0.1
|
||||
@@ -17,7 +17,20 @@ TOR=TRUE
|
||||
#SOCKS_HOST=localhost
|
||||
#SOCKS_PORT=9050
|
||||
|
||||
# MINT
|
||||
# NOSTR
|
||||
# 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"
|
||||
|
||||
# --------- MINT ---------
|
||||
|
||||
MINT_INFO_NAME="My Cashu mint"
|
||||
MINT_INFO_PUBKEY="<hex_pubkey>"
|
||||
MINT_INFO_DESCRIPTION="The short mint description"
|
||||
MINT_INFO_DESCRIPTION_LONG="A long mint description that can be a long piece of text."
|
||||
MINT_INFO_CONTACT=["Email: contact@me.com", "Twitter: @me", "Nostr: npub..."]
|
||||
# MINT_INFO_MOTD="Message to users"
|
||||
|
||||
MINT_PRIVATE_KEY=supersecretprivatekey
|
||||
|
||||
@@ -36,8 +49,3 @@ LIGHTNING_RESERVE_FEE_MIN=4000
|
||||
MINT_LNBITS_ENDPOINT=https://legend.lnbits.com
|
||||
MINT_LNBITS_KEY=yourkeyasdasdasd
|
||||
|
||||
# NOSTR
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user