From 3e53fc1b2448962c8602a61f1ddf08067cee7b80 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 09 Apr 2018 13:12:57 +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