From 40c404e9186ac0f7a59b8d7994ee10568da4d77d Mon Sep 17 00:00:00 2001 From: lzh Date: Tue, 13 Jan 2026 17:33:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20iot-gateway=20?= =?UTF-8?q?=E7=9A=84=20Nacos=20=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit iot-gateway 现在已支持 Nacos 配置管理 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 668b4b9..3bb716f 100644 --- a/.env.example +++ b/.env.example @@ -115,7 +115,7 @@ HEALTH_CHECK_RETRIES=3 HEALTH_CHECK_START_PERIOD=60s # ============ IoT Gateway 特有配置 ============ -# 注意: iot-gateway 不使用 Nacos,所有配置通过环境变量管理 +# 注意: iot-gateway 已支持 Nacos,同时保留环境变量配置作为补充 # 消息总线类型 IOT_MESSAGE_BUS_TYPE=redis