sonar-project.properties # must be unique in a given SonarQube instance sonar.projectKey=acdr # --- optional properties --- # defaults to project key sonar.projectName=ACDR # defaults to 'not provided' sonar.projectVersion=1.0 sonar.language=php sonar.php.tests.reportPath=docs/junit.xml sonar.php.coverage.reportPaths=docs/clover.xml # Path is relative to the sonar-project.properties file. Defaults to . sonar.sources=src sonar.host.url=http://192.168.201.49:9000 sonar.login=3fee8a47192cbec0cb472f7c0eb2cff8a368df98 # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8