From 1dedf8e39c0c0dfadb20882e34ddada991e08c10 Mon Sep 17 00:00:00 2001 From: shenzhuan Date: Thu, 10 Nov 2022 11:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=9C=B0=E5=9D=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=90=8D=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.go b/config.go index 289b5f4..7792664 100644 --- a/config.go +++ b/config.go @@ -18,11 +18,11 @@ import ( const ( //DTM 服务地址 ConsulIp = "192.168.100.131" - consulStr = "http://" + ConsulIp + ":8500" - consulReistStr = ConsulIp + ":8500" - DtmServer = "http://" + ConsulIp + ":36789/api/dtmsvr" + consulStr = "http://192.168.100.131:8500" + consulReistStr = "192.168.100.131:8500" + DtmServer = "http://192.168.100.131:36789/api/dtmsvr" QSIp = "192.168.1.113" - QSBusi = "http://" + QSIp + ":6669" //注意本机IP + QSBusi = "http://192.168.1.113:6669" //注意本机IP productFileKey = "mysql-product" tradeFileKey = "mysql-trade" userFileKey = "mysql-user"