appsettings.Development.json 825 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  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_upload",
  20. "GroupName": "DEFAULT",
  21. "EndPoint": "",
  22. "Ip": "localhost",
  23. "Port": "8100",
  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. }