From 4e24302f99ed426e24194b423513b7e9e8ba3c58 Mon Sep 17 00:00:00 2001
From: yuebao liang <cn_lyb@163.com>
Date: Sat, 06 Jul 2019 11:25:50 +0800
Subject: [PATCH] 添加了4个分区
---
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