| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "Logging": {
- "LogLevel": {
- "Yarp.ReverseProxy": "Trace",
- "Microsoft.AspNetCore.Routing": "Trace"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT_GROUP"
- }
- ],
- "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
- "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
- "ServiceName": "omega_gateway",
- "GroupName": "DEFAULT_GROUP",
- "UserName": "nacos",
- "Password": "Kxs#2025",
- "Ip": "",
- "Port": "8000",
- "EndPoint": "",
- "ConfigUseRpc": false,
- "NamingUseRpc": false,
- "RegisterEnabled": true,
- "InstanceEnabled": true,
- "Metadata": {
- "preserved.heart.beat.interval": "30000",
- "preserved.heart.beat.timeout": "60000"
- }
- }
- }
|