From 7ef0c1e73bdcbfa6d9276c25fcbdaf6abdb76f60 Mon Sep 17 00:00:00 2001 From: apan Date: Mon, 8 Aug 2022 15:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/system.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/system.conf b/config/system.conf index 28d731e..a55942b 100644 --- a/config/system.conf +++ b/config/system.conf @@ -3,6 +3,6 @@ clientid = 000 customer_id = 1 serverip = 0.0.0.0 port = 9001 -dbconntion = mysql+pymysql://root:123456@127.0.0.1/local_rms_db?charset=utf8 +# dbconntion = mysql+pymysql://root:123456@127.0.0.1/local_rms_db?charset=utf8 # dbconntion = mysql+pymysql://yanyi:tangyan86910282@111.231.67.55/yy_rms_multiple?charset=utf8 -# dbconntion = mysql+pymysql://root:tangyan86910282@127.0.0.1/yy_rms_multiple?charset=utf8 \ No newline at end of file +dbconntion = mysql+pymysql://root:tangyan86910282@127.0.0.1/yy_rms_multiple?charset=utf8 \ No newline at end of file