# Database
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=db_absensi

# JWT
JWT_SECRET=rahasia_absensi_sekolah_2026
JWT_EXPIRES_IN=8h

# Server
PORT=4000
NODE_ENV=development

# CORS
ALLOWED_ORIGINS=http://localhost:4000

# Rate Limit
RATE_LIMIT_MAX=200
