Licitator 1.0
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.

17 lines
612 B

5 years ago
  1. sonar-project.properties
  2. # must be unique in a given SonarQube instance
  3. sonar.projectKey=acdr
  4. # --- optional properties ---
  5. # defaults to project key
  6. sonar.projectName=ACDR
  7. # defaults to 'not provided'
  8. sonar.projectVersion=1.0
  9. sonar.language=php
  10. sonar.php.tests.reportPath=docs/junit.xml
  11. sonar.php.coverage.reportPaths=docs/clover.xml
  12. # Path is relative to the sonar-project.properties file. Defaults to .
  13. sonar.sources=src
  14. sonar.host.url=http://192.168.201.49:9000
  15. sonar.login=3fee8a47192cbec0cb472f7c0eb2cff8a368df98
  16. # Encoding of the source code. Default is default system encoding
  17. sonar.sourceEncoding=UTF-8