2024-01-26 07:45:41 +01:00
|
|
|
<?php
|
|
|
|
|
|
2025-02-04 17:35:09 +01:00
|
|
|
return [
|
|
|
|
|
'debug' => true,
|
|
|
|
|
'panel' => [
|
|
|
|
|
'menu' => require __DIR__ . '/menu.php',
|
|
|
|
|
'css' => 'assets/css/panel.css',
|
|
|
|
|
],
|
2025-02-05 15:44:09 +01:00
|
|
|
'mailerSendApiKey' => 'mlsn.0a9f20751951e3c2d130b1d6c3749b0a0f5b14f1c52da65a3369d658c736513c',
|
|
|
|
|
'email' => [
|
2025-02-04 17:35:09 +01:00
|
|
|
'transport' => [
|
|
|
|
|
'type' => 'smtp',
|
|
|
|
|
'host' => 'smtp.mailersend.net',
|
|
|
|
|
'port' => 587,
|
2025-02-04 17:41:02 +01:00
|
|
|
'security' => true,
|
2025-02-04 17:35:09 +01:00
|
|
|
'auth' => true,
|
2025-02-04 18:17:31 +01:00
|
|
|
'username' => 'MS_ncQ2K5@actuel-inactuel.fr',
|
|
|
|
|
'password' => 'mssp.ou3hOyX.z86org8y2kklew13.raOTfvP',
|
2025-01-28 13:10:11 +01:00
|
|
|
],
|
2025-02-04 19:00:27 +01:00
|
|
|
],
|
2025-02-04 17:35:09 +01:00
|
|
|
'routes' => [
|
|
|
|
|
require __DIR__ . '/routes/virtual-category.php',
|
|
|
|
|
require __DIR__ . '/routes/subscribe.php',
|
2025-02-05 15:02:44 +01:00
|
|
|
require __DIR__ . '/routes/virtual-pending.php',
|
2025-02-04 17:35:09 +01:00
|
|
|
],
|
|
|
|
|
];
|