@@ -26,6 +26,17 @@ profile: 9999
26
26
# Settings for the lnd node used to generate payment requests. All of these
27
27
# options are required.
28
28
authenticator :
29
+ # # Common fields.
30
+
31
+ # The chain network the lnd is active on.
32
+ network : " simnet"
33
+
34
+ # Set to true to disable any auth.
35
+ disable : false
36
+
37
+
38
+ # # Direct LND connection fields.
39
+
29
40
# The host:port which lnd's RPC can be reached at.
30
41
lndhost : " localhost:10009"
31
42
@@ -35,21 +46,22 @@ authenticator:
35
46
# The path to lnd's macaroon directory.
36
47
macdir : " /path/to/lnd/data/chain/bitcoin/simnet"
37
48
38
- # The chain network the lnd is active on.
39
- network : " simnet "
40
-
49
+
50
+ # # LNC connection fields.
51
+
41
52
# The LNC connection passphrase.
42
- passphrase : " my-own-passphrase"
53
+ # NOTE: The passphrase generates a secret for authenticating the LNC
54
+ # connection. Once a passphrase has been utilized for a connection, it
55
+ # cannot be reused in a different server/database.
56
+ passphrase : " your pairing phrase"
43
57
44
58
# The host:port of the mailbox server to be used.
45
59
mailboxaddress : " mailbox.terminal.lightning.today:443"
46
60
47
61
# Set to true to skip verification of the mailbox server's tls cert.
48
62
devserver : false
49
63
50
- # Set to true to disable any auth.
51
- disable : false
52
-
64
+
53
65
# The selected database backend. The current default backend is "sqlite".
54
66
# Aperture also has support for postgres and etcd.
55
67
dbbackend : " sqlite"
0 commit comments