修改配置文件mqtt地址

This commit is contained in:
oldHome 2025-05-04 17:31:05 +08:00
parent 4af95e96af
commit bcd15a9207

View File

@ -12,7 +12,7 @@ return array(
'TMPL_PARSE_STRING' => array( //添加自己的模板变量规则 'TMPL_PARSE_STRING' => array( //添加自己的模板变量规则
'__DATA__' => __ROOT__ . '/Data' '__DATA__' => __ROOT__ . '/Data'
), ),
"host" => "https://www.szdot.top/", "host" => "https://www.wxsky.com/",
//微信配置参数 //微信配置参数
'weixin' => array( 'weixin' => array(
'appid' => 'wx8347571d6893a383', //微信appid 'appid' => 'wx8347571d6893a383', //微信appid
@ -29,7 +29,7 @@ return array(
'jwtKey' => 'T!o@k_en', //签发 解析token的key 'jwtKey' => 'T!o@k_en', //签发 解析token的key
//mqtt //mqtt
'mqtt' => array( 'mqtt' => array(
'server' => 'www.szdot.top', // mqtt服务器 'server' => 'www.wxsky.com', // mqtt服务器
'port' => 1883, // mqtt端口 'port' => 1883, // mqtt端口
'username' => 'admin', // mqtt用户名 'username' => 'admin', // mqtt用户名
'password' => '123456', // mqtt密码 'password' => '123456', // mqtt密码