# Configure Lightning client type out of LND, LNURL, NWC, CLN, ECLAIR or BOLT12
LN_CLIENT_TYPE=
# If LN_CLIENT_TYPE is LNURL (optional if using LND, NWC or CLN)
LNURL_ADDRESS=
#If LN_CLIENT_TYPE is NWC (optional if using LND, LNURL or CLN)
NWC_URI=
# If LN_CLIENT_TYPE is LND (optional if using LNURL, CLN or NWC)
# Choose ONE of the following connection methods:
# Option 1: Traditional LND connection (requires all three)
# LND_ADDRESS can be:
# - Direct connection: "localhost:10009" or "192.168.1.100:10009"
# - Tor onion address: "youronionaddress.onion:10009"
LND_ADDRESS=
# SOCKS5_PROXY can be used with any address type:
# - REQUIRED for Tor .onion addresses (DNS resolution needs Tor)
# - Optional for regular addresses (useful for privacy, bypassing restrictions, or testing)
# - When set, all connections go through the proxy regardless of address type
# Format: "host:port" (e.g., "127.0.0.1:9050" for Tor default)
# Leave empty or unset for direct connections without proxy
SOCKS5_PROXY=
MACAROON_FILE_PATH=
CERT_FILE_PATH=
# Option 2: Lightning Node Connect (LNC) - no cert/macaroon needed!
# Get pairing phrase from your node: litcli sessions add --label="MyApp" --type admin
# If you set LNC_PAIRING_PHRASE, do NOT set the above three variables
LNC_PAIRING_PHRASE=
# Optional: override default mailbox server (typically not needed)
LNC_MAILBOX_SERVER=
# If LN_CLIENT_TYPE is CLN (optional if using LNURL, NWC or LND)
CLN_LIGHTNING_RPC_FILE_PATH=
# If LN_CLIENT_TYPE is BOLT12 (optional if using LNURL, NWC, LND or CLN)
# Requires CLN_LIGHTNING_RPC_FILE_PATH to be set as well
BOLT12_LN_OFFER=
# If LN_CLIENT_TYPE is ECLAIR (optional if using LNURL, NWC, LND, CLN or BOLT12)
# ECLAIR_API_URL is the REST API URL (e.g., "http://localhost:8282")
# For docker-compose setup, use: "http://eclair:8282"
ECLAIR_API_URL=
# ECLAIR_PASSWORD is the API password for authentication
# For docker-compose setup, default password is: "eclairpass"
ECLAIR_PASSWORD=
# Root key for minting macaroons
ROOT_KEY=
# Base URL from which macaroon issued
BASE_URL=