| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT"
- }
- ],
- "Namespace": "3844cb7b-89e8-40d8-b9b0-082da19c0806",
- "ServerAddresses": [ "http://nacos-csharp.kexiaoshuang.com/" ],
- "ServiceName": "omega_upload",
- "GroupName": "DEFAULT",
- "EndPoint": "",
- "Ip": "localhost",
- "Port": "8100",
- "ConfigUseRpc": true,
- "NamingUseRpc": true,
- "RegisterEnabled": true,
- "InstanceEnabled": true,
- "DefaultTimeOut": 30000,
- "Metadata": {
- "preserved.heart.beat.interval": 30000,
- "preserved.heart.beat.timeout": 60000
- }
- }
- }
|