Loading config/unicaen-mail.local.php.dist +3 −25 Original line number Diff line number Diff line <?php /** * Configuration locale du module UnicaenMail. */ use UnicaenMail\Entity\Db\Mail; return [ 'unicaen-mail' => [ /** * Classe de entité **/ 'mail_entity_class' => Mail::class, /** * Options concernant l'envoi de mail par l'application */ 'transport_options' => [ 'host' => 'XXX.XXX.XX', 'port' => 'XX', ], /** * Configuration locale du module UnicaenApp. * * If you have a ./config/autoload/ directory set up for your project, * drop this config file in it and change the values as you wish. Loading @@ -41,8 +19,8 @@ return [ * Options concernant l'envoi de mail par l'application */ 'transport_options' => [ 'host' => 'smtp.unicaen.fr', 'port' => 25, 'host' => 'XXX.XXX.XX', 'port' => 'XX', ], /** * Adresses des redirections si do_not_send est à true Loading @@ -68,7 +46,7 @@ return [ ] ], 'server_url' => 'http://emc2.unicaen.fr', 'server_url' => 'https://xxx.xxx', // 'service_manager' => [ // 'delegators' => [ // TreeRouteStack::class => [ Loading Loading
config/unicaen-mail.local.php.dist +3 −25 Original line number Diff line number Diff line <?php /** * Configuration locale du module UnicaenMail. */ use UnicaenMail\Entity\Db\Mail; return [ 'unicaen-mail' => [ /** * Classe de entité **/ 'mail_entity_class' => Mail::class, /** * Options concernant l'envoi de mail par l'application */ 'transport_options' => [ 'host' => 'XXX.XXX.XX', 'port' => 'XX', ], /** * Configuration locale du module UnicaenApp. * * If you have a ./config/autoload/ directory set up for your project, * drop this config file in it and change the values as you wish. Loading @@ -41,8 +19,8 @@ return [ * Options concernant l'envoi de mail par l'application */ 'transport_options' => [ 'host' => 'smtp.unicaen.fr', 'port' => 25, 'host' => 'XXX.XXX.XX', 'port' => 'XX', ], /** * Adresses des redirections si do_not_send est à true Loading @@ -68,7 +46,7 @@ return [ ] ], 'server_url' => 'http://emc2.unicaen.fr', 'server_url' => 'https://xxx.xxx', // 'service_manager' => [ // 'delegators' => [ // TreeRouteStack::class => [ Loading