From e457fff882dd8db8c31474e2a51b86f948dc8b1a Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 12 Jan 2017 15:22:17 +0800
Subject: [PATCH] 升级moral_server服务端第三方组件至最新版本并发布测试

---
 config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config.js b/config.js
index 9e9acd4..47bb405 100644
--- a/config.js
+++ b/config.js
@@ -6,7 +6,7 @@
 
     HOST: "121.40.92.176",
     PORT: 6789,
-    URL: "mongodb://127.0.0.1:27017/moral_db",
+    URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@127.0.0.1:27017/moral_db",
     COLLECTION: "documents",
 
     OUTPUT_1: [

--
Gitblit v1.8.0