diff --git a/config.go b/config.go index 7792664..cc3c880 100644 --- a/config.go +++ b/config.go @@ -21,8 +21,8 @@ const ( 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://192.168.1.113:6669" //注意本机IP + QSIp = "192.168.1.135" + QSBusi = "http://192.168.1.135:6669" //注意本机IP productFileKey = "mysql-product" tradeFileKey = "mysql-trade" userFileKey = "mysql-user"