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:
parent
724d488c7e
commit
35377ddb02
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ define('MARKDOWN_ESCAPE_HTML', true);
|
||||||
define('API_AUTHENTICATION_HEADER', '');
|
define('API_AUTHENTICATION_HEADER', '');
|
||||||
|
|
||||||
// Enable/disable url rewrite
|
// Enable/disable url rewrite
|
||||||
define('ENABLE_URL_REWRITE', false);
|
define('ENABLE_URL_REWRITE', true);
|
||||||
|
|
||||||
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
|
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
|
||||||
define('HIDE_LOGIN_FORM', true);
|
define('HIDE_LOGIN_FORM', true);
|
||||||
|
|
Loading…
Reference in a new issue