<?php

return [
    'components' => [
        'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=212.237.45.9;dbname=interattivo',
            'username' => 'root',
            'password' => '3dE2;q8)gx',
            'charset' => 'utf8',
        ],
        'db2' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=212.237.45.9;dbname=volantinodjango',
            'username' => 'root',
            'password' => '3dE2;q8)gx',
            'charset' => 'utf8',
        ],
        'db3' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=212.237.45.9;dbname=gestionale_interattivo',
            'username' => 'root',
            'password' => '3dE2;q8)gx',
            'charset' => 'utf8',
        ],
        'db4' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=212.237.45.9;dbname=store_interattivo',
            'username' => 'root',
            'password' => '3dE2;q8)gx',
            'charset' => 'utf8',
        ],
        'db5' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=212.237.45.9;dbname=api_lista_spesa',
            'username' => 'root',
            'password' => '3dE2;q8)gx',
            'charset' => 'utf8',
        ],
        'mailer' => [
            'class' => 'yii\swiftmailer\Mailer',
            'viewPath' => '@common/mail',
            'useFileTransport' => false,
            'transport' => [
                'class' => 'Swift_SmtpTransport',
                'host' => 'mail.interattivo.net',
                'username' => 'noreply@interattivo.net',
                'password' => 'T5qL+8*Y3zB65R',
                'port' => '587',
                'encryption' => 'tls',
//                'streamOptions' => [
//                    'ssl' => [
//                        'allow_self_signed' => true,
//                        'verify_peer' => false,
//                        'verify_peer_name' => false,
//                    ],
//                ]
            ],
        ],
    ],
];
