Add port static to config file

This commit is contained in:
Tom Hatzer 2016-12-23 15:20:46 +01:00 committed by GitHub
parent ff1013ed7c
commit 80a092fa0c
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +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');