Update config.php

This commit is contained in:
FusionPBX
2017-01-11 15:56:57 -07:00
committed by GitHub
parent 8b779489d1
commit b278a896a8

View File

@@ -35,7 +35,6 @@
$db_host = 'localhost'; //set the host only if the database is not local
$db_port = '5432';
$db_name = 'fusionpbx';
$db_username = 'fusionpbx';
$db_username = '{database_username}';
$db_password = '{database_password}';