summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index ab3e3b8c..e508a84d 100644
--- a/config.default.php
+++ b/config.default.php
@@ -40,6 +40,9 @@ define('DB_HOSTNAME', 'localhost');
// Mysql/Postgres database name
define('DB_NAME', 'kanboard');
+// Mysql/Postgres custom port (null = default port)
+define('DB_PORT', null);
+
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);