From e734310bc0d6b0009a2eccbd48c1882eaa14a178 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Thu, 12 Nov 2020 18:52:43 +0100 Subject: [PATCH] deactivate sonar.host.url --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 38668db..cfeb631 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,4 +12,4 @@ sonar.sourceEncoding=UTF-8 #Description of the project sonar.projectDescription=A tools to visualise bigwig coverage. #----- Default SonarQube server -sonar.host.url=http://localhost:9000 \ No newline at end of file +#sonar.host.url=http://localhost:9000 \ No newline at end of file -- GitLab