appsettings.json 836 B

12345678910111213141516171819202122232425262728293031323334
  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_GROUP"
  15. }
  16. ],
  17. "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
  18. "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
  19. "ServiceName": "omega_logic",
  20. "GroupName": "DEFAULT_GROUP",
  21. "Ip": "",
  22. "Port": "8006",
  23. "EndPoint": "",
  24. "ConfigUseRpc": true,
  25. "NamingUseRpc": true,
  26. "RegisterEnabled": true,
  27. "InstanceEnabled": true,
  28. "DefaultTimeOut": 30000,
  29. "Metadata": {
  30. "preserved.heart.beat.interval": 30000,
  31. "preserved.heart.beat.timeout": 60000
  32. }
  33. }
  34. }