From 45fe62be6db510d88b91ef6b080bb9a610831c86 Mon Sep 17 00:00:00 2001 From: LLLLimbo <706725357@qq.com> Date: Tue, 20 Jun 2023 17:08:05 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7a833b3..53f51b8 100644 --- a/Readme.md +++ b/Readme.md @@ -71,7 +71,7 @@ Taking the login authentication message (01) as an example, the proxy service wi If you start server with: ```shell -./ykc-proxy-server -servers nats://127.0.0.1:4222 -username user -password pwd +./ykc-proxy-server -messagingServerType nats -servers nats://127.0.0.1:4222 -username user -password pwd ``` The proxy server will forward the device messages to your NATS server. The proxy server will use `charge.proxy.ykc` as the subject's prefix.