# Rename to .env after filling in values. Upload next to index.php.

# InfinityFree: MySQL Databases → copy "MySQL Hostname" (NOT localhost)
DB_HOST=sql123.infinityfree.com
DB_PORT=3306
DB_NAME=if0_12345678_kgmb
DB_USER=if0_12345678_kgmb
DB_PASS=your_mysql_password_here
DB_CHARSET=utf8mb4

APP_NAME="KGMB School Management"
APP_ENV=production
APP_DEBUG=false
APP_TIMEZONE=Asia/Dhaka
