1+ # Network the nodes are connected to
2+ network=regtest
3+
4+ # The name of the test case to run. Example "send" or "mint"
5+ test-case="mint"
6+
7+ # Batch size for mint test
8+ mint-test-batch-size=5
9+
10+ # Number of send operations to perform for send test
11+ send-test-num-sends=5
12+
13+ # Number of assets to send in each send operation for send test
14+ send-test-num-assets=1
15+
16+ # Timeout for the entire test suite
17+ test-suite-timeout=120m
18+
19+ # Timeout for each test
20+ test-timeout=10m
21+
122[bitcoin]
223bitcoin.host="localhost"
324bitcoin.port=18443
425bitcoin.user=lightning
526bitcoin.password=lightning
627
28+
729[alice]
830alice.tapd.name=alice
931alice.tapd.host="localhost"
10- alice.tapd.port=10029
11- alice.tapd.tlspath=path-to-alice/.tapd/tls.cert
12- alice.tapd.macpath=path-to-alice/.tapd/data/regtest/admin.macaroon
32+ alice.tapd.port=XXX
33+ alice.tapd.tlspath=/path/to/tls.cert
34+ alice.tapd.macpath=/path/to/admin.macaroon
35+ alice.lnd.name=alice_lnd
36+ alice.lnd.host="localhost"
37+ alice.lnd.port=XXX
38+ alice.lnd.tlspath=/path/to/tls.cert
39+ alice.lnd.macpath=/path/to/admin.macaroon
1340
1441[bob]
1542bob.tapd.name=bob
1643bob.tapd.host="localhost"
17- bob.tapd.port=10032
18- bob.tapd.tlspath=path-to-bob/.tapd/tls.cert
19- bob.tapd.macpath=path-to-bob/.tapd/data/regtest/admin.macaroon
44+ bob.tapd.port=XXX
45+ bob.tapd.tlspath=/path/to/tls.cert
46+ bob.tapd.macpath=/path/to/admin.macaroon
47+ bob.lnd.name=bob_lnd
48+ bob.lnd.host="localhost"
49+ bob.lnd.port=XXX
50+ bob.lnd.tlspath=/path/to/tls.cert
51+ bob.lnd.macpath=/path/to/admin.macaroon
52+
53+ [prometheus-gateway]
54+ prometheus-gateway.enabled=true
55+ prometheus-gateway.host=prometheus-gateway-host
56+ prometheus-gateway.port=9091
0 commit comments