Files
metabuilder/codegen/backend/.env.production.example
johndoe6345789 a51130a127 feat: Add external low-code and postgres repositories
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:48:52 +00:00

21 lines
526 B
Plaintext

# Backend Environment Variables (Production)
# Allowed CORS origins (comma-separated)
# Use your actual frontend domain(s)
ALLOWED_ORIGINS=https://frontend.example.com,https://www.frontend.example.com
# Server Port
PORT=5001
# Database path (use /data for persistent CapRover volume)
DATABASE_PATH=/data/codeforge.db
# Debug mode (set to 'false' in production)
DEBUG=false
# Optional: API Key for authentication
# API_KEY=your-secure-api-key-here
# Optional: Rate limiting
# RATELIMIT_STORAGE_URL=redis://localhost:6379