From 86c8cfce395beba4ad5583cbac76e5b01782a4d0 Mon Sep 17 00:00:00 2001 From: 沈斌 <23420800@qq.com> Date: Tue, 14 Feb 2017 19:48:28 +0800 Subject: [PATCH] IP使用固定服务器IP等 --- config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index c35988b..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: { @@ -16,9 +16,9 @@ lng:120.988327 }, notice: { - tel: "15950198162", - email: "it01@moral.org.cn", - open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU" + tel: "", + email: "", + open_id: "" }, options: { 1: [1000, 2000, 3000], -- Gitblit v1.8.0