Use the database_dir variable

This commit is contained in:
FusionPBX
2022-10-19 11:07:43 -06:00
committed by GitHub
parent 14552806a1
commit 7e88b594dd

View File

@@ -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";