# Database
DB_HOST=localhost
DB_USER=campuspl_bradakul
DB_PASSWORD=Imamenace@00
DB_NAME=campuspl_bradakul

# JWT secret
JWT_SECRET=changeme_to_a_strong_secret

# Uploads
UPLOAD_PATH=uploads
MAX_FILE_SIZE=5242880

# Website URL (used for redirects and allowed origin defaults)
WEBSITE_URL=https://degraft-jn8r.vercel.app
# Allowed origins for CORS (comma-separated)
ALLOWED_ORIGINS=https://degraft-jn8r.vercel.app
