|
|
@@ -1,8 +1,8 @@
|
|
|
{
|
|
|
"Logging": {
|
|
|
"LogLevel": {
|
|
|
- "Default": "Information",
|
|
|
- "Microsoft.AspNetCore": "Warning"
|
|
|
+ "Yarp.ReverseProxy": "Trace",
|
|
|
+ "Microsoft.AspNetCore.Routing": "Trace"
|
|
|
}
|
|
|
},
|
|
|
"AllowedHosts": "*",
|
|
|
@@ -11,20 +11,18 @@
|
|
|
{
|
|
|
"Optional": false,
|
|
|
"DataId": "omega",
|
|
|
- "Group": "DEFAULT_GROUP"
|
|
|
+ "Group": "DEFAULT"
|
|
|
}
|
|
|
],
|
|
|
- "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
|
|
|
- "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
|
|
|
+ "Namespace": "063782d2-102a-435d-9355-b96294bb62e1",
|
|
|
+ "ServerAddresses": [ "http://test-nacos-csharp.kexiaoshuang.com/" ],
|
|
|
"ServiceName": "omega_project",
|
|
|
- "GroupName": "DEFAULT_GROUP",
|
|
|
- "UserName": "nacos",
|
|
|
- "Password": "Kxs#2025",
|
|
|
- "EndPoint": "",
|
|
|
- "Ip": "localhost",
|
|
|
+ "GroupName": "DEFAULT",
|
|
|
+ "Ip": "",
|
|
|
"Port": "8004",
|
|
|
- "ConfigUseRpc": false,
|
|
|
- "NamingUseRpc": false,
|
|
|
+ "EndPoint": "",
|
|
|
+ "ConfigUseRpc": true,
|
|
|
+ "NamingUseRpc": true,
|
|
|
"RegisterEnabled": true,
|
|
|
"InstanceEnabled": true,
|
|
|
"DefaultTimeOut": 30000,
|