From aac25769103e0228d9be8ea3f01e57ead940d3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Tue, 8 Oct 2024 17:25:53 -0300 Subject: [PATCH] Delete .env sample file --- .env-sample | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .env-sample 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