Update doc and default config file for new config option

This commit is contained in:
Frederic Guillot
2016-02-13 10:55:50 -05:00
parent 1e3429b54b
commit 047236711e
4 changed files with 10 additions and 3 deletions

View File

@@ -267,6 +267,9 @@ define('API_AUTHENTICATION_HEADER', '');
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
define('HIDE_LOGIN_FORM', false);
// Disabling logout (for external SSO authentication)
define('DISABLE_LOGOUT', false);
// Override API token stored in the database, useful for automated tests
define('API_AUTHENTICATION_TOKEN', 'My unique API Token');
```