| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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_gateway",
- "GroupName": "DEFAULT",
- "Ip": "",
- "Port": "8000",
- "EndPoint": "",
- "ConfigUseRpc": true,
- "NamingUseRpc": true,
- "RegisterEnabled": true,
- "InstanceEnabled": true,
- "UserName": "nacos",
- "Password": "nacos",
- "DefaultTimeOut": 30000,
- "Metadata": {
- "preserved.heart.beat.interval": 30000,
- "preserved.heart.beat.timeout": 60000
- }
- }
- }
|