| 123456789101112131415161718192021222324252627282930313233 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT"
- }
- ],
- "Namespace": "063782d2-102a-435d-9355-b96294bb62e1",
- "ServerAddresses": [ "http://nacos.default.svc.cluster.local" ],
- "ServiceName": "omega_admin",
- "GroupName": "DEFAULT",
- "Ip": "",
- "Port": "8003",
- "ConfigUseRpc": true,
- "NamingUseRpc": true,
- "RegisterEnabled": true,
- "InstanceEnabled": true,
- "DefaultTimeOut": 30000,
- "Metadata": {
- "preserved.heart.beat.interval": 30000,
- "preserved.heart.beat.timeout": 60000
- }
- }
- }
|