APP_NAME="GPCM ERP"
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost/GCMA/public
APP_TIMEZONE=Asia/Dhaka

DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=gpcm_erp
DB_USERNAME=root
DB_PASSWORD=
DB_CHARSET=utf8mb4

JWT_SECRET=local-development-secret-change-before-production
JWT_TTL=3600

ADMIN_EMAIL=admin@gpcm.local
ADMIN_PASSWORD=Admin@12345
