| 123456789101112131415161718192021222324252627282930 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT_GROUP"
- }
- ],
- "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
- "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
- "ServiceName": "omega_router",
- "GroupName": "DEFAULT_GROUP",
- "UserName": "nacos",
- "Password": "Kxs#2025",
- "EndPoint": "",
- "Port": "8002",
- "ConfigUseRpc": false,
- "NamingUseRpc": false,
- "RegisterEnabled": true,
- "InstanceEnabled": true
- }
- }
|