ports/devel/sonarqube/files/patch-conf_sonar.properties
Bartek Rutkowski 162048a7a9 devel/sonarqube: update 5.6 -> 6.2
PR:		216105
Submitted by:	Dusan Vejnovic <freebsd@dussan.org> (maintainer)
2017-01-31 08:53:48 +00:00

13 lines
597 B
INI

--- conf/sonar.properties.orig 2017-01-14 22:11:32.000000000 +0100
+++ conf/sonar.properties 2017-01-15 10:04:00.697189852 +0100
@@ -336,8 +336,8 @@
# Paths to persistent data files (embedded database and search index) and temporary files.
# Can be absolute or relative to installation directory.
# Defaults are respectively <installation home>/data and <installation home>/temp
-#sonar.path.data=data
-#sonar.path.temp=temp
+sonar.path.data=%%DBDIR%%/data
+sonar.path.temp=%%DBDIR%%/temp
#--------------------------------------------------------------------------------------------------