From 94d8e0e336f3d9c9250a361aee6f63b8cb91af8f Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 31 Jan 2018 17:12:07 +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