AskJerry / backend /.env.example
NeonClary
Document sk_klatchat2024 for BrainForge Security (4090 x1-3) vLLM Bearer
1ca4754
raw
history blame
417 Bytes
# OpenAI-compatible vLLM endpoint (include /v1)
VLLM_BASE_URL=http://127.0.0.1:8000/v1
# BrainForge/Security (4090 x1-3) — same key family as HANA_KLATCHAT_PASSWORD in other Neon apps
VLLM_API_KEY=sk_klatchat2024
# Served model id as registered on the vLLM server
CHAT_MODEL_ID=BrainForge/Security@2026.03.18
# CORS — include the Ask Jerry dev UI origin
CORS_ORIGINS=http://localhost:3006,http://127.0.0.1:3006