diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 603ffb0..d5b3a75 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -63,5 +63,6 @@ return array( 'monarc' => array( 'ttl' => 20, // timeout 'salt' => '', // salt privé pour chiffrement pwd + 'cliModel' => 'generic', // modèle à afficher pour le client, soit un ID de modèle spéc, soit 'generic' (vide pour tout) ), );