diff --git a/.env-sample b/.env-sample deleted file mode 100644 index 9a903faa..00000000 --- a/.env-sample +++ /dev/null @@ -1,34 +0,0 @@ -## Nostr ## -# Mostro private key in nsec format -NSEC_PRIVKEY='nsec1...' -# Comma-separated list of relays -RELAYS='wss://nostr.massmux.com,wss://relay.nostr.vision,wss://nostr.zebedee.cloud,wss://nostr.slothy.win,wss://nostr.rewardsbunny.com,wss://nostr.supremestack.xyz,wss://nostr.shawnyeager.net,wss://relay.nostrmoto.xyz,wss://nostr.roundrockbitcoiners.com' - -DATABASE_URL='sqlite://mostro.db' - -## Lightning ## -# Path to tls.cert file -LND_CERT_FILE='/home/user/.polar/networks/1/volumes/lnd/alice/tls.cert' -# Path to macaroon file -LND_MACAROON_FILE='/home/user/.polar/networks/1/volumes/lnd/alice/data/chain/bitcoin/regtest/admin.macaroon' -LND_GRPC_PORT='10001' -LND_GRPC_HOST='localhost' -# lightning invoice expiration time in seconds -INVOICE_EXPIRATION_WINDOW=3600 -# Hold invoice cltv delta (expiration time in blocks) -HOLD_INVOICE_CLTV_DELTA=144 - -## Mostro ## -# Minimum amount for a payment in satoshis -MIN_PAYMENT_AMT=100 - -# Expiration order hours -EXP_HOURS=24 -# Expiration of pending orders -EXP_SECONDS=900 -# Max routing fee that we want to pay to the network, 0.001 = 0.1% -MAX_ROUTING_FEE=0.001 -# Mostro Fee -FEE=0.006 -# Max order amount (sats) -MAX_ORDER_AMOUNT=10000 \ No newline at end of file