appsettings.Development.json 745 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": "omega",
  14. "Group": "DEFAULT_GROUP"
  15. }
  16. ],
  17. "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
  18. "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
  19. "ServiceName": "omega_project",
  20. "GroupName": "DEFAULT_GROUP",
  21. "UserName": "nacos",
  22. "Password": "Kxs#2025",
  23. "EndPoint": "",
  24. "Ip": "localhost",
  25. "Port": "8004",
  26. "ConfigUseRpc": false,
  27. "NamingUseRpc": false,
  28. "RegisterEnabled": true,
  29. "InstanceEnabled": true
  30. }
  31. }