From 4295b9209ef497eafd7bbbec8c95c0a4d912898d Mon Sep 17 00:00:00 2001 From: Anton Oellerer <13524304+AntonOellerer@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:45:14 +0100 Subject: [PATCH] Add net_address configuration for tcp listener --- docs/deployment/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 397ebdc..ccb5856 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -56,6 +56,7 @@ timeout_msec = 3_000 [source_reader] net_connect_timeout_msec = 1_000 net_read_timeout_msec = 100 +net_address = "0.0.0.0" [sink_writer] net_connect_timeout_msec = 1_000