aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/assembly/conf/sonar.properties
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-06 17:58:08 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-07 14:49:42 +0100
commit95b2fa725d206945b131c4a327498169d43b50e7 (patch)
tree634fa1391f3c8a7d4f48e9f304d8aac67fc5c87d /sonar-application/src/main/assembly/conf/sonar.properties
parenteb51e7fe38ab6b077bfd4d39d4959d1247bf399c (diff)
downloadsonarqube-95b2fa725d206945b131c4a327498169d43b50e7.tar.gz
sonarqube-95b2fa725d206945b131c4a327498169d43b50e7.zip
LICENSE-82 reset server ID on DB URL changes
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index c0b96b43810..2ef061a637f 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -5,8 +5,10 @@
#--------------------------------------------------------------------------------------------------
# DATABASE
#
-# IMPORTANT: the embedded H2 database is used by default. It is recommended for tests but not for
-# production use. Supported databases are MySQL, Oracle, PostgreSQL and Microsoft SQLServer.
+# IMPORTANT:
+# - The embedded H2 database is used by default. It is recommended for tests but not for
+# production use. Supported databases are MySQL, Oracle, PostgreSQL and Microsoft SQLServer.
+# - Changes to database connection URL (sonar.jdbc.url) can affect SonarSource licensed products.
# User credentials.
# Permissions to create tables, indices and triggers must be granted to JDBC user.