diff --git a/maku-server/src/main/resources/application-dev.yml b/maku-server/src/main/resources/application-dev.yml index aba760484a2267df11b25ad631a3be7b1a4bffe3..7b719f935f125c28c834722933f9c26d0663c0e6 100644 --- a/maku-server/src/main/resources/application-dev.yml +++ b/maku-server/src/main/resources/application-dev.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file diff --git a/maku-server/src/main/resources/application-prod.yml b/maku-server/src/main/resources/application-prod.yml index aba760484a2267df11b25ad631a3be7b1a4bffe3..7b719f935f125c28c834722933f9c26d0663c0e6 100644 --- a/maku-server/src/main/resources/application-prod.yml +++ b/maku-server/src/main/resources/application-prod.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file diff --git a/maku-server/src/main/resources/application-test.yml b/maku-server/src/main/resources/application-test.yml index aba760484a2267df11b25ad631a3be7b1a4bffe3..7b719f935f125c28c834722933f9c26d0663c0e6 100644 --- a/maku-server/src/main/resources/application-test.yml +++ b/maku-server/src/main/resources/application-test.yml @@ -40,4 +40,4 @@ spring: clientId: maku_boot_service_dev defaultTopic: topic_default #true 开启监听 false 关闭监听 用于监设备上报的信息 - mqttEnabled: true \ No newline at end of file + mqttEnabled: false \ No newline at end of file