Skip to content

Commit

Permalink
config: group authenticator fields by category
Browse files Browse the repository at this point in the history
  • Loading branch information
positiveblue committed Jul 7, 2023
1 parent 47575f6 commit 54944c8
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions sample-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ profile: 9999
# Settings for the lnd node used to generate payment requests. All of these
# options are required.
authenticator:
## Common fields.

# The chain network the lnd is active on.
network: "simnet"

# Set to true to disable any auth.
disable: false


## Direct LND connection fields.

# The host:port which lnd's RPC can be reached at.
lndhost: "localhost:10009"

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

# The chain network the lnd is active on.
network: "simnet"

## LNC connection fields.

# The LNC connection passphrase.
passphrase: "your pairing phrase"

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

# Set to true to disable any auth.
disable: false


# The selected database backend. The current default backend is "sqlite".
# Aperture also has support for postgres and etcd.
dbbackend: "sqlite"
Expand Down

0 comments on commit 54944c8

Please sign in to comment.