| 12345678910111213141516171819202122232425262728 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega.json",
- "Group": "DEFAULT"
- }
- ],
- "Namespace": "omega",
- "ServerAddresses": [ "mse-5b5bdbb13-nacos-ans.mse.aliyuncs.com" ],
- "ServiceName": "omega_gateway",
- "GroupName": "DEFAULT",
- "Ip": "",
- "Port": "8000",
- "ConfigUseRpc": false,
- "NamingUseRpc": false,
- "RegisterEnabled": true,
- "InstanceEnabled": true
- }
- }
|