aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-cli/src/main/assembly/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-runner-cli/src/main/assembly/conf')
-rw-r--r--sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties28
1 files changed, 28 insertions, 0 deletions
diff --git a/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties b/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties
new file mode 100644
index 0000000..213cc00
--- /dev/null
+++ b/sonar-runner-cli/src/main/assembly/conf/sonar-runner.properties
@@ -0,0 +1,28 @@
+#Configure here general information about the environment, such as SonarQube DB details for example
+#No information about specific project should appear here
+
+#----- Default SonarQube server
+#sonar.host.url=http://localhost:9000
+
+#----- PostgreSQL
+#sonar.jdbc.url=jdbc:postgresql://localhost/sonar
+
+#----- MySQL
+#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
+
+#----- Oracle
+#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE
+
+#----- Microsoft SQLServer
+#sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor
+
+#----- Global database settings
+#sonar.jdbc.username=sonar
+#sonar.jdbc.password=sonar
+
+#----- Default source code encoding
+#sonar.sourceEncoding=UTF-8
+
+#----- Security (when 'sonar.forceAuthentication' is set to 'true')
+#sonar.login=admin
+#sonar.password=admin