appsettings.Development.json 882 B

123456789101112131415161718192021222324252627282930313233343536
  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": "3844cb7b-89e8-40d8-b9b0-082da19c0806",
  18. "ServerAddresses": [ "http://nacos-csharp.kexiaoshuang.com/" ],
  19. "ServiceName": "omega_gateway",
  20. "GroupName": "DEFAULT",
  21. "UserName": "nacos",
  22. "Password": "Kxs#2025",
  23. "Ip": "",
  24. "Port": "8000",
  25. "EndPoint": "",
  26. "ConfigUseRpc": true,
  27. "NamingUseRpc": true,
  28. "RegisterEnabled": true,
  29. "InstanceEnabled": true,
  30. "DefaultTimeOut": 30000,
  31. "Metadata": {
  32. "preserved.heart.beat.interval": 30000,
  33. "preserved.heart.beat.timeout": 60000
  34. }
  35. }
  36. }