diff --git a/sonar-project.properties b/sonar-project.properties index defe7f3..5e685f0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ # must be unique in a given SonarQube instance -sonar.projectKey=my:project - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -# This property is optional if sonar.modules is set. -sonar.sources=. \ No newline at end of file +sonar.projectKey=d53dave_csaopt +sonar.organization=d53dave-github +sonar.sources=. +sonar.host.url=https://sonarcloud.io +sonar.language=python \ No newline at end of file