From 283bdafd1c80463e8737924d817a89b93413ff12 Mon Sep 17 00:00:00 2001 From: chenjh180 <122522136@qq.com> Date: Mon, 15 Mar 2021 10:15:58 +0800 Subject: [PATCH] 2 --- conf/db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/db.sh b/conf/db.sh index 68b07a9b3..bfbfc34a9 100644 --- a/conf/db.sh +++ b/conf/db.sh @@ -1,5 +1,5 @@ ### for DSS-Server and Eventchecker APPJOINT -MYSQL_HOST=127.0.0.1 +MYSQL_HOST=127.0.0.13 MYSQL_PORT=3306 MYSQL_DB=xxx MYSQL_USER=xxx -- Gitee