You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

global-example.json 779B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "globalPages": [
  3. {
  4. "key": "another_plugin/page",
  5. "name": "My Another Page"
  6. },
  7. {
  8. "key": "my_plugin/page",
  9. "name": "My Plugin Page"
  10. }
  11. ],
  12. "settings": {
  13. "sonar.lf.logoUrl": "http://example.com/my-custom-logo.png",
  14. "sonar.lf.logoWidthPx": "135",
  15. "sonar.lf.enableGravatar": "true",
  16. "sonar.lf.gravatarServerUrl": "http://some-server.tld/logo.png",
  17. "sonar.updatecenter.activate": "false",
  18. "sonar.technicalDebt.ratingGrid": "0.05,0.1,0.2,0.5"
  19. },
  20. "logoUrl": "http://example.com/my-custom-logo.png",
  21. "logoWidth": "135",
  22. "qualifiers": [
  23. "PAL",
  24. "POL"
  25. ],
  26. "version": "6.2",
  27. "productionDatabase": true,
  28. "branchesEnabled": false,
  29. "canAdmin": false,
  30. "standalone": true,
  31. "edition": "community"
  32. }