added a section to cocnfigure email address in the default configuration file
parent
0e2d4e4da4
commit
5a169023c6
|
@ -77,6 +77,11 @@ return array(
|
||||||
*/
|
*/
|
||||||
'activeLanguages' => array('fr','en','de','ne',),
|
'activeLanguages' => array('fr','en','de','ne',),
|
||||||
|
|
||||||
|
'email' => [
|
||||||
|
'name' => 'MONARC',
|
||||||
|
'from' => 'info@monarc.lu',
|
||||||
|
],
|
||||||
|
|
||||||
'monarc' => array(
|
'monarc' => array(
|
||||||
'ttl' => 20, // timeout
|
'ttl' => 20, // timeout
|
||||||
'cliModel' => 'generic', // modèle à afficher pour le client, soit un ID de modèle spéc, soit 'generic' (vide pour tout)
|
'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