【类 型】:test

【原  因】:
【过  程】:
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
air 2025-05-09 00:54:00 +08:00
parent 45c317c74f
commit bcb4251d20

View File

@ -29,7 +29,7 @@ return array(
'jwtKey' => 'T!o@k_en', //签发 解析token的key
//mqtt
'mqtt' => array(
'server' => 'www.ttaj.info', // mqtt服务器
'server' => 'www.wxsky.com', // mqtt服务器
'port' => 1883, // mqtt端口
'username' => 'admin', // mqtt用户名
'password' => '123456', // mqtt密码