From 579d3b529fcfa868ec7c58e32ad660ed514d4678 Mon Sep 17 00:00:00 2001 From: "heavyrain.lee" Date: Thu, 10 Oct 2019 20:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broker/config/wildfirechat.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broker/config/wildfirechat.conf b/broker/config/wildfirechat.conf index 1ea1e86fa..faaad9742 100755 --- a/broker/config/wildfirechat.conf +++ b/broker/config/wildfirechat.conf @@ -2,7 +2,7 @@ # Server configuration #********************************************************************* #服务器的接入IP。给客户端提供是${server.ip}和${http_port}。 -#客户端会从${http_port}端口获取到长链接端口。 +#客户端会从${http_port}端口获取到长链接端口。这个地址一定要改成该服务的公网IP。 server.ip 0.0.0.0 ##原生客户端长链接端口 @@ -34,6 +34,7 @@ http.admin.secret_key 123456 ##服务器API接口参数是否检查时间。当设置为false时,所有的请求会检查时间的有效性;当设置为true时,可以在http.admin.secret_key保持不变的情况下,使用固定的服务API签名 ##nonce = "76616", timestamp = "1558350862502", sign = "b98f9b0717f59febccf1440067a7f50d9b31bdde" +##这个地方上线前要改为false http.admin.no_check_time true ##客户端协议栈密钥,需要与客户端协议栈文件libemqq.cc文件中的aes_key值保持一致,16进制byte用逗号分割。这个密钥对安全性帮助不大,客户不要修改