From 374ab495c87fe163537d1d3e73e833562b5518c5 Mon Sep 17 00:00:00 2001 From: jackstar12 Date: Tue, 13 Aug 2024 14:02:42 +0200 Subject: [PATCH] doc: add grpc-host and default grpc-port --- doc/lightningd-config.5.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md index 510fc37f9fff..420c0b8328dd 100644 --- a/doc/lightningd-config.5.md +++ b/doc/lightningd-config.5.md @@ -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`]