<?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,
    ],

];
