fix:发布到容器环境
This commit is contained in:
parent
5703b57d34
commit
71ca72b522
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue