|
|
@@ -1,8 +1,8 @@
|
|
|
{
|
|
|
"Logging": {
|
|
|
"LogLevel": {
|
|
|
- "Default": "Information",
|
|
|
- "Microsoft.AspNetCore": "Warning"
|
|
|
+ "Yarp.ReverseProxy": "Trace",
|
|
|
+ "Microsoft.AspNetCore.Routing": "Trace"
|
|
|
}
|
|
|
},
|
|
|
"AllowedHosts": "*",
|
|
|
@@ -10,22 +10,25 @@
|
|
|
"Listeners": [
|
|
|
{
|
|
|
"Optional": false,
|
|
|
- "DataId": "",
|
|
|
+ "DataId": "omega",
|
|
|
"Group": "DEFAULT_GROUP"
|
|
|
}
|
|
|
],
|
|
|
- "Namespace": "",
|
|
|
- "ServerAddresses": [ "http://nut.yunmuit.com/" ],
|
|
|
+ "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
|
|
|
+ "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
|
|
|
"ServiceName": "omega_source",
|
|
|
"GroupName": "DEFAULT_GROUP",
|
|
|
- "UserName": "nacos",
|
|
|
- "Password": "nacos",
|
|
|
- "EndPoint": "",
|
|
|
- "Ip": "localhost",
|
|
|
+ "Ip": "",
|
|
|
"Port": "8005",
|
|
|
- "ConfigUseRpc": false,
|
|
|
- "NamingUseRpc": false,
|
|
|
+ "EndPoint": "",
|
|
|
+ "ConfigUseRpc": true,
|
|
|
+ "NamingUseRpc": true,
|
|
|
"RegisterEnabled": true,
|
|
|
- "InstanceEnabled": true
|
|
|
+ "InstanceEnabled": true,
|
|
|
+ "DefaultTimeOut": 30000,
|
|
|
+ "Metadata": {
|
|
|
+ "preserved.heart.beat.interval": 30000,
|
|
|
+ "preserved.heart.beat.timeout": 60000
|
|
|
+ }
|
|
|
}
|
|
|
}
|