appsettings.Test.json 747 B

1234567891011121314151617181920212223242526272829303132
  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": "8a766ab7-ca3a-40be-9a56-800d9574f8c3",
  18. "ServerAddresses": [ "http://nut.yunmuit.com/" ],
  19. "ServiceName": "omega_source",
  20. "GroupName": "DEFAULT",
  21. "Ip": "",
  22. "Port": "8005",
  23. "EndPoint": "",
  24. "UserName": "nacos",
  25. "Password": "nacos",
  26. "ConfigUseRpc": false,
  27. "NamingUseRpc": false,
  28. "RegisterEnabled": true,
  29. "InstanceEnabled": true,
  30. "DefaultTimeOut": 30000
  31. }
  32. }