From: Julien HENRY Date: Fri, 4 Jan 2013 13:16:15 +0000 (+0100) Subject: SONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general config file X-Git-Tag: 2.5-rc1~236 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6cfa600ec5a5505aec3538057dab00744e22bf7;p=sonar-scanner-cli.git SONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general config file --- diff --git a/src/main/assembly/conf/sonar-runner.properties b/src/main/assembly/conf/sonar-runner.properties index de44b2b..457afd7 100644 --- a/src/main/assembly/conf/sonar-runner.properties +++ b/src/main/assembly/conf/sonar-runner.properties @@ -24,3 +24,7 @@ #----- Default source code encoding #sonar.sourceEncoding=UTF-8 + +#----- Security (when 'sonar.forceAuthentication' is set to 'true') +#sonar.login=admin +#sonar.password=admin