This commit is contained in:
wxskeySer 2025-05-09 00:50:03 +08:00
commit 45c317c74f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,5 +7,5 @@
*/
return array(
//'配置项'=>'配置值'
'SHOW_PAGE_TRACE' => false,
'SHOW_PAGE_TRACE' => true,
);