fix: nacos地址更改
Signed-off-by: devad <cossjie@foxmail.com>
This commit is contained in:
parent
dad8e3b025
commit
1b62d6d8e0
|
@ -62,7 +62,7 @@ func GetClient() config_client.IConfigClient {
|
|||
//开发环境需要指定nacos地址
|
||||
serverConfig := []constant.ServerConfig{
|
||||
{
|
||||
IpAddr: "10.101.15.7",
|
||||
IpAddr: "nacos.jcce.dev",
|
||||
Port: 8848,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue