Skip to content

Commit cc7d18b

Browse files
committed
config: group authenticator fields by category
1 parent 9a44101 commit cc7d18b

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

sample-conf.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ profile: 9999
2626
# Settings for the lnd node used to generate payment requests. All of these
2727
# options are required.
2828
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+
2940
# The host:port which lnd's RPC can be reached at.
3041
lndhost: "localhost:10009"
3142

@@ -35,9 +46,9 @@ authenticator:
3546
# The path to lnd's macaroon directory.
3647
macdir: "/path/to/lnd/data/chain/bitcoin/simnet"
3748

38-
# The chain network the lnd is active on.
39-
network: "simnet"
40-
49+
50+
## LNC connection fields.
51+
4152
# The LNC connection passphrase.
4253
passphrase: "your pairing phrase"
4354

@@ -47,9 +58,7 @@ authenticator:
4758
# Set to true to skip verification of the mailbox server's tls cert.
4859
devserver: false
4960

50-
# Set to true to disable any auth.
51-
disable: false
52-
61+
5362
# The selected database backend. The current default backend is "sqlite".
5463
# Aperture also has support for postgres and etcd.
5564
dbbackend: "sqlite"

0 commit comments

Comments
 (0)