local.php.dist: add cliModel config
parent
0401bc9722
commit
bb6935ad96
|
@ -63,5 +63,6 @@ return array(
|
||||||
'monarc' => array(
|
'monarc' => array(
|
||||||
'ttl' => 20, // timeout
|
'ttl' => 20, // timeout
|
||||||
'salt' => '', // salt privé pour chiffrement pwd
|
'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)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue