Aggiornare il readme, cosa che dimentico sempre
This commit is contained in:
@@ -106,6 +106,9 @@ if (AUTH_TYPE === 'keycloak') {
|
|||||||
if (!defined('KEYCLOAK_CLIENT_SECRET')) {
|
if (!defined('KEYCLOAK_CLIENT_SECRET')) {
|
||||||
define('KEYCLOAK_CLIENT_SECRET',''); // Client Secret per Keycloak (ad esempio abcdefghijklm)
|
define('KEYCLOAK_CLIENT_SECRET',''); // Client Secret per Keycloak (ad esempio abcdefghijklm)
|
||||||
}
|
}
|
||||||
|
if (!defined('KEYCLOAK_ALLOWED_USERS')) {
|
||||||
|
define('KEYCLOAK_ALLOWED_USERS',[]); // Contiene i nomi utente degli utenti autorizzati ad accedere all'amministrazione
|
||||||
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user