From cd83ef88f783205bc17d06b249fa62f9425957c6 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 11 Aug 2017 09:54:33 +0800 Subject: [PATCH] 测试-不要频繁增加连接数 --- config.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 330d077..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: { @@ -17,8 +17,8 @@ }, notice: { tel: "", - email: "it01@moral.org.cn", - open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU" + email: "", + open_id: "" }, options: { 1: [1000, 2000, 3000], -- Gitblit v1.8.0