feat:更新配置中心分组

This commit is contained in:
devad 2023-02-09 09:42:56 +08:00
parent 41a4dd78d1
commit f58b5e9581
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func GetClient() config_client.IConfigClient {
}
// 创建clientConfig
clientConfig := constant.ClientConfig{
NamespaceId: "zqj", // 如果需要支持多namespace我们可以场景多个client,它们有不同的NamespaceId。当namespace是public时此处填空字符串。
NamespaceId: "test", // 如果需要支持多namespace我们可以场景多个client,它们有不同的NamespaceId。当namespace是public时此处填空字符串。
TimeoutMs: 5000,
NotLoadCacheAtStart: true,
LogLevel: "debug",