ClauseGuard / web /.env.example
gaurv007's picture
v4.0: Update .env.example with all required env vars
49d0c4a verified
raw
history blame
659 Bytes
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=eyJ...
SUPABASE_SERVICE_ROLE_KEY=eyJ...
SUPABASE_JWT_SECRET=your-jwt-secret
# Razorpay
RAZORPAY_KEY_ID=rzp_test_...
RAZORPAY_KEY_SECRET=...
RAZORPAY_WEBHOOK_SECRET=...
NEXT_PUBLIC_RAZORPAY_KEY_ID=rzp_test_...
RAZORPAY_PRO_PLAN_ID=plan_...
RAZORPAY_TEAM_PLAN_ID=plan_...
# Resend
RESEND_API_KEY=re_...
# App
NEXT_PUBLIC_SITE_URL=http://localhost:3000
CLAUSEGUARD_API_URL=https://gaurv007-clauseguard-api.hf.space
# HF Inference API (for chatbot + redlining LLM)
HF_TOKEN=hf_...
# Optional: SaulLM for explain endpoint
SAULLM_ENDPOINT=
HF_API_TOKEN=