fix:发布到容器环境

This commit is contained in:
devad 2023-01-04 15:46:01 +08:00
parent 5703b57d34
commit 71ca72b522
1 changed files with 1 additions and 1 deletions

View File

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