local.php.dist: add cliModel config

pull/8/head
Guillaume Lesniak 2016-12-17 02:41:02 +01:00
parent 0401bc9722
commit bb6935ad96
1 changed files with 1 additions and 0 deletions

View File

@ -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)
),
);