summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index ab3e3b8c..eb9ad1b8 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);
@@ -121,3 +124,6 @@ define('REVERSE_PROXY_DEFAULT_DOMAIN', '');
// Enable or disable "Strict-Transport-Security" HTTP header
define('ENABLE_HSTS', true);
+
+// Enable or disable "X-Frame-Options: DENY" HTTP header
+define('ENABLE_XFRAME', true);