From 528c056867912028dff37a49a391f374140fdae0 Mon Sep 17 00:00:00 2001
From: bin.shen <bluelazysb@hotmail.com>
Date: Wed, 23 Nov 2016 11:06:01 +0800
Subject: [PATCH] updates

---
 config2.js |    2 +-
 config.js  |    2 +-
 2 files changed, 2 insertions(+), 2 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: [
diff --git a/config2.js b/config2.js
index f93d3c3..45dfb45 100644
--- a/config2.js
+++ b/config2.js
@@ -6,7 +6,7 @@
 
     HOST: "121.40.92.176",
     PORT: 5678,
-    URL: "mongodb://127.0.0.1:27017/moral_industry_db",
+    URL: "mongodb://moral_industry_user:m2o0r1a6l_passw0rd!@#@127.0.0.1:27017/moral_industry_db",
     COLLECTION: "documents",
 
     OUTPUT_2: [

--
Gitblit v1.8.0