File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -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,9 +46,9 @@ 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
53
passphrase : " your pairing phrase"
43
54
@@ -47,9 +58,7 @@ authenticator:
47
58
# Set to true to skip verification of the mailbox server's tls cert.
48
59
devserver : false
49
60
50
- # Set to true to disable any auth.
51
- disable : false
52
-
61
+
53
62
# The selected database backend. The current default backend is "sqlite".
54
63
# Aperture also has support for postgres and etcd.
55
64
dbbackend : " sqlite"
You can’t perform that action at this time.
0 commit comments