mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
13 lines
597 B
INI
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
|
|
|
|
|
|
#--------------------------------------------------------------------------------------------------
|