From bb6935ad966398e6d3cd0669f65fc64890066e77 Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Sat, 17 Dec 2016 02:41:02 +0100 Subject: [PATCH] local.php.dist: add cliModel config --- config/autoload/local.php.dist | 1 + 1 file changed, 1 insertion(+) 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) ), );