From 9721c09edcc42ba6bcda5a957e17260002899766 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Thu, 22 Sep 2022 14:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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, 6 insertions(+), 12 deletions(-) diff --git a/conf/conf.ini b/conf/conf.ini index 9ab11eb..c538168 100644 --- a/conf/conf.ini +++ b/conf/conf.ini @@ -3,18 +3,12 @@ mode = dev #正式prod #测试dev [mysql] Db = mysql -DbHost = 127.0.0.1 -DbPort = 3306 -DbUser = root -DbPassWord = 123456 +DbHost = 172.16.100.22 +DbPort = 9005 +DbUser = fonchain +DbPassWord = C250PflXIWv2SQm 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 cbaa1ac..891b572 100644 --- a/conf/dubbogo.yaml +++ b/conf/dubbogo.yaml @@ -3,11 +3,11 @@ dubbo: demoZK: protocol: zookeeper timeout: 3s - address: 127.0.0.1:2181 + address: 172.16.100.22:2181 protocols: triple: #triple name: tri - port: 20000 + port: 20010 provider: services: ArtShowProvider: