| 1234567891011121314151617181920212223242526272829 |
- {
- "Logging": {
- "LogLevel": {
- "Yarp.ReverseProxy": "Trace",
- "Microsoft.AspNetCore.Routing": "Trace"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT"
- }
- ],
- "Namespace": "30c96c37-13e8-426e-adf5-b7be1ea78ec2",
- "ServerAddresses": [ "http://mse-78d0edb13-nacos-ans.mse.aliyuncs.com:8848" ],
- "ServiceName": "omega_source",
- "GroupName": "DEFAULT",
- "Ip": "",
- "Port": "8005",
- "EndPoint": "",
- "ConfigUseRpc": true,
- "NamingUseRpc": true,
- "RegisterEnabled": true,
- "InstanceEnabled": true
- }
- }
|