From 5a169023c6050585be91ee88e7707628f19d42a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 18 Oct 2017 10:16:01 +0200 Subject: [PATCH] added a section to cocnfigure email address in the default configuration file --- config/autoload/local.php.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index e916de0..111908f 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -77,6 +77,11 @@ return array( */ 'activeLanguages' => array('fr','en','de','ne',), + 'email' => [ + 'name' => 'MONARC', + 'from' => 'info@monarc.lu', + ], + 'monarc' => array( 'ttl' => 20, // timeout 'cliModel' => 'generic', // modèle à afficher pour le client, soit un ID de modèle spéc, soit 'generic' (vide pour tout)