.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
secret
Clerk Authentication
CLERK_SECRET_KEY
secret
NEXT_PUBLIC_IMAGEKIT_PUBLIC_KEY
secret
ImageKit
IMAGEKIT_PRIVATE_KEY
secret
NEXT_PUBLIC_IMAGEKIT_URL_ENDPOINT
NEXT_PUBLIC_CLERK_SIGN_IN_URL
Clerk URLs
NEXT_PUBLIC_CLERK_SIGN_UP_URL
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL
NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL
Fallback URLs
NEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL
NEXT_PUBLIC_APP_URL
App URLs
DATABASE_URL
secret
Database Neon PostgreSQL