# Cấu hình ứng dụng
APP_NAME="Quản Lý Nhà Trọ"
APP_ENV=local
APP_DEBUG=true
APP_URL=https://doan2.vanlinhtri.com
APP_TIMEZONE=Asia/Ho_Chi_Minh

# Cấu hình cơ sở dữ liệu
DB_HOST=localhost
DB_PORT=3306
DB_NAME=bhqbrean2m96_doan2
DB_USER=bhqbrean2m96_doan2
DB_PASS=Doan2@123
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
