Created
June 13, 2019 01:37
-
-
Save karkranikhil/f0a375f80503e270fcac3c7c3ccc6b63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Configure here general information about the environment, such as SonarQube server connection details for example | |
| #No information about specific project should appear here | |
| #----- Default SonarQube server | |
| sonar.host.url=http://localhost:9000 | |
| #----- Default source code encoding | |
| sonar.sourceEncoding=UTF-8 | |
| #----- Default projectKey | |
| sonar.projectKey=sonar-scanner | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment