Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/quaadraa/ |
Upload File : |
<?php
return [
'database' => [
'host' => 'verseaumeequaadr.mysql.db',
'port' => 3306,
'name' => 'verseaumeequaadr',
'user' => 'verseaumeequaadr',
'pass' => 'KQY23mgXzNVX',
],
'app' => [
'name' => 'QUAADRA',
'tagline' => 'Growth Accelerator',
'url' => 'https://quaadragroupe.lereferentdigital.com',
'env' => 'production',
'debug' => false,
'timezone' => 'Africa/Lome',
'secret' => 'ChangezCetteCleSuperSecrete64Chars',
],
'mail' => [
'host' => 'ssl0.ovh.net',
'port' => 587,
'encryption' => 'tls',
'username' => 'contact@quaadra.com',
'password' => 'VotreMotDePasseEmail',
'from_email' => 'contact@quaadra.com',
'from_name' => 'QUAADRA Group',
'to_email' => 'quaadrafrica@quaadra.com',
],
'upload' => [
'path' => dirname(__DIR__) . '/public_html/assets/uploads/',
'url_path' => '/assets/uploads/',
'max_size' => 5 * 1024 * 1024, // 5 Mo
'allowed' => ['jpg','jpeg','png','gif','webp','pdf','mp4'],
],
'session' => [
'name' => 'QUAADRA_SESS',
'lifetime' => 7200, // 2 heures (admin)
'secure' => true, // HTTPS uniquement
'httponly' => true,
'samesite' => 'Strict',
],
'pagination' => [
'news_per_page' => 9,
],
];