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