.env.example raw

   1  # only enable event logging in production
   2  SEND_EVENTS_TO_ALBY=false
   3  
   4  # do not link your current account when you run a dev instance (so it stays pointing at your mainnet one)
   5  AUTO_LINK_ALBY_ACCOUNT=false
   6  
   7  # Optionally set LDK debug log level to get more info
   8  #LDK_LOG_LEVEL=5
   9  # Optionally set Bark debug log level to get more info
  10  #BARK_LOG_LEVEL=5
  11  # Optionally set Main application debug log level to get more info
  12  #LOG_LEVEL=5
  13  
  14  # Base URL required for custom OAuth client
  15  #BASE_URL=http://localhost:8080
  16  # Development settings (yarn dev:http)
  17  FRONTEND_URL=http://localhost:5173
  18  
  19  #REBALANCE_SERVICE_URL=https://lsp1.mutiny.megalith-node.com
  20  
  21  #AUTO_UNLOCK_PASSWORD=123
  22  #WORK_DIR=.data
  23  #DATABASE_URI=nwc.db
  24  #RELAY=wss://relay.getalby.com/v1
  25  #RELAY=ws://localhost:7447/v1
  26  #PORT=8080
  27  
  28  #LOG_DB_QUERIES=true
  29  
  30  # Alby OAuth configuration
  31  #ALBY_OAUTH_CLIENT_SECRET=
  32  #ALBY_OAUTH_CLIENT_ID=
  33  
  34  
  35  # Polar LND Client
  36  #LN_BACKEND_TYPE=LND
  37  #LND_CERT_FILE=/home/YOUR_USERNAME/.polar/networks/1/volumes/lnd/alice/tls.cert
  38  #LND_ADDRESS=127.0.0.1:10001
  39  #LND_MACAROON_FILE=/home/YOUR_USERNAME/.polar/networks/1/volumes/lnd/alice/data/chain/bitcoin/regtest/admin.macaroon
  40  
  41  #LDK_VSS_URL="http://localhost:8090/vss"
  42  
  43  # Boltz API
  44  #BOLTZ_API=https://api.testnet.boltz.exchange
  45  #NETWORK=testnet
  46  
  47  # CLN Backend
  48  #LN_BACKEND_TYPE=CLN
  49  # CLN's grpc-host:grpc-port
  50  #CLN_ADDRESS=127.0.0.1:9737
  51  # CLN's lightning directory containing the grpc certificates, usually ~/.lightning/<network>/
  52  #CLN_LIGHTNING_DIR=/path/to/.lightning/bitcoin
  53  # CLN's hold plugin https://github.com/BoltzExchange/hold gRPC address
  54  #CLN_ADDRESS_HOLD=127.0.0.1:9738
  55