Use the database_dir variable
This commit is contained in:
parent
14552806a1
commit
7e88b594dd
|
|
@ -86,7 +86,7 @@
|
|||
$conf .= "\n";
|
||||
$conf .= "#database switch settings\n";
|
||||
$conf .= "database.1.type = sqlite\n";
|
||||
$conf .= "database.1.path = /var/lib/freeswitch/db\n";
|
||||
$conf .= "database.1.path = ".$database_dir."\n";
|
||||
$conf .= "database.1.name = core.db\n";
|
||||
$conf .= "\n";
|
||||
$conf .= "#general settings\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue