From feab75baf53cd70f2dea7162880808f47437fe2e Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 09 Apr 2018 13:04:05 +0800
Subject: [PATCH] test

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

diff --git a/config.js b/config.js
index 9e71fd2..1a390bc 100644
--- a/config.js
+++ b/config.js
@@ -6,6 +6,13 @@
         database: "monitor",
         user : "root",
         password : "xOlx8z9L7Pt6y9YI"
+    },
+
+    mysql_2: {
+        host : "47.96.26.152",
+        database: "monitor_db",
+        user : "root",
+        password : "xOlx8z9L7Pt6y9YI"
     }
 };
 

--
Gitblit v1.8.0