appsettings.json 626 B

12345678910111213141516171819202122232425262728
  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.json",
  14. "Group": "DEFAULT"
  15. }
  16. ],
  17. "Namespace": "omega",
  18. "ServerAddresses": [ "mse-5b5bdbb13-nacos-ans.mse.aliyuncs.com" ],
  19. "ServiceName": "omega_gateway",
  20. "GroupName": "DEFAULT",
  21. "Ip": "",
  22. "Port": "8000",
  23. "ConfigUseRpc": false,
  24. "NamingUseRpc": false,
  25. "RegisterEnabled": true,
  26. "InstanceEnabled": true
  27. }
  28. }