mirror of
https://github.com/aljazceru/lnflow.git
synced 2026-02-22 12:04:20 +01:00
25 lines
520 B
Plaintext
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 |