forked from norman/fusionpbx-install.sh-github-mirror
make database host dynamic. (#334)
Co-authored-by: Gill Abada <gill@callifi.com>
This commit is contained in:
2
debian/resources/fusionpbx/config.php
vendored
2
debian/resources/fusionpbx/config.php
vendored
@@ -32,7 +32,7 @@
|
||||
//$db_path = '/var/www/fusionpbx/secure'; //the path is determined by a php variable
|
||||
|
||||
//pgsql: database connection information
|
||||
$db_host = 'localhost'; //set the host only if the database is not local
|
||||
$db_host = '{database_host}';
|
||||
$db_port = '5432';
|
||||
$db_name = 'fusionpbx';
|
||||
$db_username = '{database_username}';
|
||||
|
||||
Reference in New Issue
Block a user