| 12345678910111213141516171819202122232425262728293031 |
- {
- "Logging": {
- "LogLevel": {
- "Yarp.ReverseProxy": "Trace",
- "Microsoft.AspNetCore.Routing": "Trace"
- }
- },
- "AllowedHosts": "*",
- "NacosConfig": {
- "Listeners": [
- {
- "Optional": false,
- "DataId": "omega",
- "Group": "DEFAULT"
- }
- ],
- "Namespace": "30c96c37-13e8-426e-adf5-b7be1ea78ec2",
- "ServerAddresses": [ "http://nacos.default.svc.cluster.local" ],
- "ServiceName": "omega_gateway",
- "GroupName": "DEFAULT",
- "Ip": "",
- "Port": "8000",
- "EndPoint": "",
- "ConfigUseRpc": true,
- "NamingUseRpc": true,
- "RegisterEnabled": true,
- "InstanceEnabled": true,
- "UserName": "nacos",
- "Password": "5g17BHPpyq"
- }
- }
|