# MySQL Connection
DB_HOST=localhost
DB_PORT=3306
DB_USER=attendance_user
DB_PASSWORD=attendance_pass
DB_NAME=attendance_db

# JWT
JWT_SECRET=supersecretjwtkeychange
JWT_EXPIRES_IN=7d

# Server
PORT=4000
BASE_URL=http://localhost:4000
UPLOAD_DIR=uploads

# CORS (comma-separated origins)
CORS_ORIGINS=http://localhost:8081,http://localhost:19006

# Cloudflare R2 (optional, for selfie uploads)
R2_BUCKET=wamarketing
R2_ACCESS_KEY_ID=43c35b6c764b3f57b6776f5d8a2683a8
R2_SECRET_ACCESS_KEY=55e074b3143eb7142a637afab1750a76cec3aabeb219adeaeeff5105d8e06ef2
R2_ENDPOINT=https://2b39bc941c281b8dcff6bb8aa8f494c1.r2.cloudflarestorage.com
R2_PUBLIC_URL_BASE=https://pub-9a511fc4f6a14e3db97f56bbcd8d369f.r2.dev/wamarketing
