From bf18a6982c7009d6ccc78838a77d78c4cee31d27 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Thu, 22 Sep 2022 14:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/conf.ini | 14 ++++++++++---- conf/dubbogo.yaml | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/conf/conf.ini b/conf/conf.ini index c538168..9ab11eb 100644 --- a/conf/conf.ini +++ b/conf/conf.ini @@ -3,12 +3,18 @@ mode = dev #正式prod #测试dev [mysql] Db = mysql -DbHost = 172.16.100.22 -DbPort = 9005 -DbUser = fonchain -DbPassWord = C250PflXIWv2SQm +DbHost = 127.0.0.1 +DbPort = 3306 +DbUser = root +DbPassWord = 123456 DbName = art_show +[redis] +RedisDB = +RedisAddr = 127.0.0.1:6379 +RedisPW = +RedisDBNAme = + [zap_log] level: "info" filename: "./runtime/log/artwork_server.log" diff --git a/conf/dubbogo.yaml b/conf/dubbogo.yaml index 891b572..cbaa1ac 100644 --- a/conf/dubbogo.yaml +++ b/conf/dubbogo.yaml @@ -3,11 +3,11 @@ dubbo: demoZK: protocol: zookeeper timeout: 3s - address: 172.16.100.22:2181 + address: 127.0.0.1:2181 protocols: triple: #triple name: tri - port: 20010 + port: 20000 provider: services: ArtShowProvider: