Files
blackroad-apps/roadmap/.env.example
2026-03-06 02:28:24 +00:00

11 lines
218 B
Plaintext

# Server
PORT=3000
NODE_ENV=production
# Authentication (Clerk)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
CLERK_SECRET_KEY=your_clerk_secret_key_here
# Deployment
DEPLOYMENT_TARGET=production