Files
blackroad-os-docs/.env.example
Alexa Louise 56a2b0649c feat: Add complete wiring infrastructure
- Cloudflare Workers deployment
- Railway backend deployment
- GitHub Actions CI/CD
- Stripe payment integration
- Clerk authentication
- Service mesh connectivity
- Environment templates
- Docker support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 00:26:33 -06:00

34 lines
517 B
Plaintext

# Cloudflare
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ACCOUNT_ID=848cf0b18d51e0170e0d1537aec3505a
# Railway
RAILWAY_TOKEN=
# Vercel
VERCEL_TOKEN=
# Stripe
STRIPE_SECRET_KEY=
STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=
# Clerk
CLERK_SECRET_KEY=
CLERK_PUBLISHABLE_KEY=
# AI APIs
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GROQ_API_KEY=
# Database
DATABASE_URL=
TURSO_DATABASE_URL=
TURSO_AUTH_TOKEN=
# Service Mesh
SERVICE_REGISTRY_URL=https://api.blackroad.io/registry
SERVICE_NAME=blackroad-os-docs
SERVICE_ORG=BlackRoad-OS