appsettings.Production.json 664 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Yarp.ReverseProxy": "Trace",
  5. "Microsoft.AspNetCore.Routing": "Trace"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "NacosConfig": {
  10. "Listeners": [
  11. {
  12. "Optional": false,
  13. "DataId": "omega",
  14. "Group": "DEFAULT"
  15. }
  16. ],
  17. "Namespace": "30c96c37-13e8-426e-adf5-b7be1ea78ec2",
  18. "ServerAddresses": [ "http://mse-78d0edb13-nacos-ans.mse.aliyuncs.com:8848" ],
  19. "ServiceName": "omega_source",
  20. "GroupName": "DEFAULT",
  21. "Ip": "",
  22. "Port": "8005",
  23. "EndPoint": "",
  24. "ConfigUseRpc": true,
  25. "NamingUseRpc": true,
  26. "RegisterEnabled": true,
  27. "InstanceEnabled": true
  28. }
  29. }