# Database Configuration
DB_HOST=localhost
DB_USER=bismitri_admin_panel
DB_PASS=9hjPKWe7rv%Hw,^V
DB_NAME=bismitri_admin_panel

# Application Settings
APP_NAME=JBR Sofa
APP_VERSION=1.0.0
APP_ENV=production
APP_DEBUG=false

# Display Settings
CURRENCY_SYMBOL=₹

# Session Configuration
SESSION_LIFETIME=3600
SESSION_HANDLER=files

# Logging
LOG_LEVEL=error
LOG_FILE=error_log

# File Upload Settings
UPLOAD_DIR=temp
MAX_UPLOAD_SIZE=50M

# Security
SECURE_COOKIES=false
SAME_SITE_COOKIES=Lax
