mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use the database_dir variable
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user