Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tdshipley/e12f7287e83ce46aeafd2f80e9038656 to your computer and use it in GitHub Desktop.
Save tdshipley/e12f7287e83ce46aeafd2f80e9038656 to your computer and use it in GitHub Desktop.
Example SonarQube Properties File
#----- SonarQube server
sonar.host.url=http://localhost:9000
#----- Project Key
sonar.projectKey=4a27fa8c666747f6956d75ae63fb24b9
#----- Project Name
sonar.projectName=MyProjectName
#----- Project Version
sonar.projectVersion=1.0
#----- Source files (relative)
sonar.sources=.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment