From bcd15a92078e61e850f9f35034767a3bc2ea62ea Mon Sep 17 00:00:00 2001 From: oldHome Date: Sun, 4 May 2025 17:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6mqtt=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlyCube/Common/Conf/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlyCube/Common/Conf/config.php b/FlyCube/Common/Conf/config.php index 8916db1..ec6ac5f 100644 --- a/FlyCube/Common/Conf/config.php +++ b/FlyCube/Common/Conf/config.php @@ -12,7 +12,7 @@ return array( 'TMPL_PARSE_STRING' => array( //添加自己的模板变量规则 '__DATA__' => __ROOT__ . '/Data' ), - "host" => "https://www.szdot.top/", + "host" => "https://www.wxsky.com/", //微信配置参数 'weixin' => array( 'appid' => 'wx8347571d6893a383', //微信appid @@ -29,7 +29,7 @@ return array( 'jwtKey' => 'T!o@k_en', //签发 解析token的key //mqtt 'mqtt' => array( - 'server' => 'www.szdot.top', // mqtt服务器 + 'server' => 'www.wxsky.com', // mqtt服务器 'port' => 1883, // mqtt端口 'username' => 'admin', // mqtt用户名 'password' => '123456', // mqtt密码