Update config.php
This commit is contained in:
parent
8b779489d1
commit
b278a896a8
|
|
@ -35,7 +35,6 @@
|
||||||
$db_host = 'localhost'; //set the host only if the database is not local
|
$db_host = 'localhost'; //set the host only if the database is not local
|
||||||
$db_port = '5432';
|
$db_port = '5432';
|
||||||
$db_name = 'fusionpbx';
|
$db_name = 'fusionpbx';
|
||||||
$db_username = 'fusionpbx';
|
|
||||||
$db_username = '{database_username}';
|
$db_username = '{database_username}';
|
||||||
$db_password = '{database_password}';
|
$db_password = '{database_password}';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue