Skip to content

Commit

Permalink
doc: add grpc-host and default grpc-port
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Aug 13, 2024
1 parent 3969c9e commit 374ab49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/lightningd-config.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,15 @@ 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-host**=*HOST* [plugin `cln-grpc`]

Defines the GRPC server host. Default is 127.0.0.1.

* **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.
connections. Default is 9736.

* **grpc-msg-buffer-size**=*number* [plugin `cln-grpc`]

Expand Down

0 comments on commit 374ab49

Please sign in to comment.