Skip to content

Commit

Permalink
doc: document the grpc-port option, now cln-grpc is a built-in.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Apr 12, 2022
1 parent e4ed15d commit a3ec140
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/lightningd-config.5.md
Original file line number Diff line number Diff line change
@@ -220,6 +220,11 @@ If there is no `hsm_secret` yet, `lightningd` will create a new encrypted secret
If you have an unencrypted `hsm_secret` you want to encrypt on-disk, or vice versa,
see lightning-hsmtool(8).

**grpc-port**=*portnum* [plugin `cln-grpc`]

The port number for the GRPC plugin to listen for incoming
connections; default is not to activate the plugin at all.

### Lightning node customization options

**alias**=*NAME*

0 comments on commit a3ec140

Please sign in to comment.