Files
lnflow/test_charge_lnd.conf
2025-07-23 10:31:08 +02:00

25 lines
520 B
Plaintext

# Simple test configuration compatible with both charge-lnd and our implementation
# This is for API integration testing only
[default]
strategy = static
base_fee_msat = 0
fee_ppm = 1000
time_lock_delta = 80
[high-capacity-test]
# Test basic matching and fee setting
chan.min_capacity = 5000000
strategy = static
base_fee_msat = 0
fee_ppm = 1200
inbound_fee_ppm = -50
priority = 10
[balance-test]
# Test balance-based matching
chan.min_ratio = 0.7
strategy = static
fee_ppm = 800
inbound_fee_ppm = -25
priority = 20