Commit 79df1b73 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

correctif du fichier de conf local

parent a91ece73
Loading
Loading
Loading
Loading
+3 −26
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 +18,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 +45,7 @@ return [
        ]
    ],

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