# Hub runtime configuration. Copy to .env and fill in. # PostgreSQL connection string. Used by Prisma and the Hub server. DATABASE_URL="postgresql://paradigm:paradigm@127.0.0.1:5432/paradigm" # OpenRouter (or any OpenAI-compatible) API key + base URL. # The Hub's agent layer is provider-agnostic (ADR-0017); this points the # OpenAI-compatible client at OpenRouter by default. OPENROUTER_API_KEY="" # Optional: override the base URL (e.g. direct vendor API, local gateway). # OPENROUTER_BASE_URL="https://openrouter.ai/api/v1" # Hub server port. Defaults to 8788. PORT=8788