19 lines
528 B
Properties
19 lines
528 B
Properties
# must be unique in a given SonarQube instance
|
|
sonar.projectKey=calypso
|
|
|
|
# --- optional properties ---
|
|
|
|
# defaults to project key
|
|
sonar.projectName=calypso
|
|
# defaults to 'not provided'
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
|
sonar.sources=.
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|
|
sonar.host.url=https://sonar.avt.data-center.id
|
|
sonar.token=sqp_0da6854da195bb430faed65b0f818a8da734c966
|
|
sonar.organization=Adastra
|