1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update config.php

This commit is contained in:
mbugeia 2015-04-21 17:56:32 +02:00
parent 4ce57aec07
commit 458a188199

View file

@ -40,6 +40,9 @@ define('DB_HOSTNAME', 'localhost');
// Mysql/Postgres database name
define('DB_NAME', 'yuno_dbuser');
// Mysql/Postgres custom port (null = default port)
define('DB_PORT', null);
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);
@ -121,3 +124,9 @@ define('REVERSE_PROXY_DEFAULT_DOMAIN', 'yuno_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);
// Escape html inside markdown text
define('MARKDOWN_ESCAPE_HTML', true);