blob: 1cce321f69ff52dd8aef0091f683a920aaacfed7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
#--------------------------------------------------------------------------------------------------
|