From 7922a931d41978a602068a9521fe0cff619fd0a8 Mon Sep 17 00:00:00 2001 From: 沈斌 <23420800@qq.com> Date: Wed, 15 Feb 2017 09:52:31 +0800 Subject: [PATCH] 增加mcu温度到调试服务MQ中 --- config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.js b/config.js index a954ecb..9fb334b 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ HOST: "121.40.92.176", PORT: 6789, - URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@127.0.0.1:27017/moral_db", + URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@121.40.92.176:27017/moral_db", COLLECTION: "documents", ALARM_DEFAULTS: { -- Gitblit v1.8.0