NODE_ENV=development
PORT=3000

# Public base URL used in pdfUrl / file URLs returned to clients
APP_URL=http://localhost:3000

# Comma-separated frontend origins for CORS
FRONTEND_ORIGIN=http://localhost:5173,http://localhost:3001,https://originbrandmerch.vercel.app

DATABASE_URL=postgresql://postgres.vbsfuqpxfpxgnydckzly:FZZNYk@08642@aws-0-ap-northeast-1.pooler.supabase.com:5432/postgres

ADMIN_JWT_SECRET=replace-with-a-long-random-string
ADMIN_JWT_EXPIRES_IN=7d

# Relative to process cwd, or an absolute path
UPLOAD_DIR=./uploads
MAX_PDF_SIZE_MB=10

# Used only by prisma/seed.ts
ADMIN_SEED_EMAIL=admin@originbrandmerch.com
ADMIN_SEED_PASSWORD=ChangeMe123!
