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.
|
|
sonar-project.properties# must be unique in a given SonarQube instancesonar.projectKey=acdr# --- optional properties ---
# defaults to project keysonar.projectName=ACDR# defaults to 'not provided'sonar.projectVersion=1.0sonar.language=phpsonar.php.tests.reportPath=docs/junit.xmlsonar.php.coverage.reportPaths=docs/clover.xml# Path is relative to the sonar-project.properties file. Defaults to .sonar.sources=srcsonar.host.url=http://192.168.201.49:9000sonar.login=3fee8a47192cbec0cb472f7c0eb2cff8a368df98# Encoding of the source code. Default is default system encodingsonar.sourceEncoding=UTF-8
|