feat:更新配置中心分组
This commit is contained in:
parent
41a4dd78d1
commit
f58b5e9581
|
@ -67,7 +67,7 @@ func GetClient() config_client.IConfigClient {
|
||||||
}
|
}
|
||||||
// 创建clientConfig
|
// 创建clientConfig
|
||||||
clientConfig := constant.ClientConfig{
|
clientConfig := constant.ClientConfig{
|
||||||
NamespaceId: "zqj", // 如果需要支持多namespace,我们可以场景多个client,它们有不同的NamespaceId。当namespace是public时,此处填空字符串。
|
NamespaceId: "test", // 如果需要支持多namespace,我们可以场景多个client,它们有不同的NamespaceId。当namespace是public时,此处填空字符串。
|
||||||
TimeoutMs: 5000,
|
TimeoutMs: 5000,
|
||||||
NotLoadCacheAtStart: true,
|
NotLoadCacheAtStart: true,
|
||||||
LogLevel: "debug",
|
LogLevel: "debug",
|
||||||
|
|
Loading…
Reference in New Issue