Update config.php.sample and remove default db port

pull/403/head
Tom Hatzer 2017-01-15 14:39:37 +01:00 committed by GitHub
parent 6805903089
commit e2e02cff6f
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ define('PSM_DB_USER', 'db_user');
define('PSM_DB_PASS', 'db_pass');
define('PSM_DB_NAME', 'db_name');
define('PSM_DB_HOST', 'localhost');
define('PSM_DB_PORT', '3306');
define('PSM_DB_PORT', '');