From e2e02cff6ffac396fa3aff02685ebb86c06e9be1 Mon Sep 17 00:00:00 2001 From: Tom Hatzer Date: Sun, 15 Jan 2017 14:39:37 +0100 Subject: [PATCH] Update config.php.sample and remove default db port --- config.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.sample b/config.php.sample index 41b09247..e7d5441f 100755 --- a/config.php.sample +++ b/config.php.sample @@ -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', '');