From 313318a40da51575212c8d299fa1b2ed4c83ca1b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 5 Mar 2015 21:37:57 -0500 Subject: Add config parameter for custom database port --- app/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/constants.php') diff --git a/app/constants.php b/app/constants.php index 39ab5470..63902b4d 100644 --- a/app/constants.php +++ b/app/constants.php @@ -21,6 +21,7 @@ defined('DB_USERNAME') or define('DB_USERNAME', 'root'); defined('DB_PASSWORD') or define('DB_PASSWORD', ''); defined('DB_HOSTNAME') or define('DB_HOSTNAME', 'localhost'); defined('DB_NAME') or define('DB_NAME', 'kanboard'); +defined('DB_PORT') or define('DB_PORT', null); // LDAP configuration defined('LDAP_AUTH') or define('LDAP_AUTH', false); -- cgit v1.2.3