summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-05 21:37:57 -0500
committerFrederic Guillot <fred@kanboard.net>2015-03-05 21:37:57 -0500
commit313318a40da51575212c8d299fa1b2ed4c83ca1b (patch)
tree3bb6fdc33813359b404d04a7117b8fed0e0d76a1 /app/constants.php
parent95bac2d7e95cb3a189585d09edbaa2df3b8c4942 (diff)
Add config parameter for custom database port
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php1
1 files changed, 1 insertions, 0 deletions
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);