appsettings.json 688 B

12345678910111213141516171819202122232425262728293031
  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": "",
  14. "Group": "DEFAULT_GROUP"
  15. }
  16. ],
  17. "Namespace": "",
  18. "ServerAddresses": [ "http://nut.yunmuit.com/" ],
  19. "ServiceName": "omega_project",
  20. "GroupName": "DEFAULT_GROUP",
  21. "UserName": "nacos",
  22. "Password": "nacos",
  23. "EndPoint": "",
  24. "Ip": "localhost",
  25. "Port": "8004",
  26. "ConfigUseRpc": false,
  27. "NamingUseRpc": false,
  28. "RegisterEnabled": true,
  29. "InstanceEnabled": true
  30. }
  31. }