Set GENERAL key if not exists
[ric-plt/e2mgr.git] / E2Manager / e2mgr-sonar-scanner.properties
index a0c9ca9..be69709 100644 (file)
@@ -1,5 +1,5 @@
 #----- Default SonarQube server
-sonar.host.url=http://135.25.121.110:9000
+sonar.host.url=http://135.76.210.196:9000
 sonar.projectKey=oran:e2mgr
 sonar.projectName=e2mgr
 sonar.login=admin
@@ -7,7 +7,7 @@ sonar.password=admin
 sonar.go.coverage.reportPaths=coverage.txt
 #----- Default source code encoding
 #sonar.sourceEncoding=UTF-8
-sonar.projectBaseDir=/home/ubuntu/oran_repo/e2mgr/E2Manager/
+sonar.projectBaseDir=/home/vagrant/oran_repo/e2mgr/E2Manager/
 sonar.sources=.
 sonar.exclusions=**/*_test.go,**/generate_source.go,**/*_generated.go,**/build/**,**/.gogradle/**,**/mocks/**,**/tests/**,**/e2managererrors/**,**/enums/**
 sonar.go.golangci-lint.reportPaths=sca.xml