<?php
// InfinityFree: copy to env.local.php in htdocs (next to index.php)
// Use this if .env file is not visible / not working in File Manager
return [
    'DB_HOST' => 'sql301.infinityfree.com',
    'DB_PORT' => '3306',
    'DB_NAME' => 'if0_35599065_kgmb',
    'DB_USER' => 'if0_35599065',
    'DB_PASS' => 'YOUR_VPANEL_PASSWORD_HERE',
    'DB_CHARSET' => 'utf8mb4',
    'APP_ENV' => 'production',
    'APP_DEBUG' => 'false',
    'DB_AUTO_SETUP' => 'false',
    'APP_TIMEZONE' => 'Asia/Dhaka',
];
