Commit 116cf49f authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Correctif du bug sur le fichier de conf local

parent 3a66cd49
Loading
Loading
Loading
Loading
+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.
@@ -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
@@ -68,7 +46,7 @@ return [
        ]
    ],

    'server_url' => 'http://emc2.unicaen.fr',
    'server_url' => 'https://xxx.xxx',
//    'service_manager' => [
//        'delegators' => [
//            TreeRouteStack::class => [