mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
36 lines
698 B
Plaintext
36 lines
698 B
Plaintext
DEBUG=FALSE
|
|
|
|
CASHU_DIR=~/.cashu
|
|
|
|
# WALLET
|
|
|
|
# MINT_URL=https://localhost:3338
|
|
MINT_HOST=127.0.0.1
|
|
MINT_PORT=3338
|
|
|
|
# use builtin tor, this overrides SOCKS_HOST and SOCKS_PORT
|
|
TOR=TRUE
|
|
|
|
# use custom tor proxy, use with TOR=false
|
|
SOCKS_HOST=localhost
|
|
SOCKS_PORT=9050
|
|
|
|
# MINT
|
|
|
|
MINT_PRIVATE_KEY=supersecretprivatekey
|
|
|
|
MINT_SERVER_HOST=127.0.0.1
|
|
MINT_SERVER_PORT=3338
|
|
|
|
LIGHTNING=TRUE
|
|
# fee to reserve in percent of the amount
|
|
LIGHTNING_FEE_PERCENT=1.0
|
|
# minimum fee to reserve
|
|
LIGHTNING_RESERVE_FEE_MIN=4000
|
|
|
|
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 |