]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3212 Document format of conf/sonar.properties
authorEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 2 Feb 2012 13:39:05 +0000 (17:39 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 2 Feb 2012 13:39:05 +0000 (17:39 +0400)
sonar-application/src/main/assembly/conf/sonar.properties

index c4f3c7b1d8f982c0d0a08311b36a6f4fd8b29da9..b58eb8bd7bce9e32bb5cdaac468d19fcb1be84f3 100644 (file)
@@ -1,4 +1,7 @@
 #--------------------------------------------------------
+# This file must contain only ISO 8859-1 characters and match format, which described in
+# http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Properties.html#load(java.io.InputStream)
+#
 # To use an environment variable, use the following syntax :  ${env:NAME_OF_ENV_VARIABLE}
 # For example :
 #   sonar.jdbc.url: ${env:SONAR_JDBC_URL}