From 26860c1041e8c8553a272072941bb5609f777810 Mon Sep 17 00:00:00 2001 From: shengjh <1572099106@qq.com> Date: Mon, 28 Sep 2020 19:18:02 +0800 Subject: [PATCH] Change master address in conf file Signed-off-by: shengjh <1572099106@qq.com> --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index cbadaf8e3e..2d6c63d645 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -10,7 +10,7 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. master: - adress: localhost + address: localhost port: 53100 pulsarmoniterinterval: 1 pulsartopic: "monitor-topic"