Update config.php

This commit is contained in:
FusionPBX 2017-01-11 15:56:57 -07:00 committed by GitHub
parent 8b779489d1
commit b278a896a8
1 changed files with 0 additions and 1 deletions

View File

@ -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}';