fix: nacos地址更改

Signed-off-by: devad <cossjie@foxmail.com>
This commit is contained in:
devad 2023-06-15 21:05:42 +08:00
parent dad8e3b025
commit 1b62d6d8e0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func GetClient() config_client.IConfigClient {
//开发环境需要指定nacos地址
serverConfig := []constant.ServerConfig{
{
IpAddr: "10.101.15.7",
IpAddr: "nacos.jcce.dev",
Port: 8848,
},
}