NeonClary
Fix LLM chat startup and polish cybersecurity advisor UI.
689d159
Raw
History Blame Contribute Delete
579 Bytes
# Path to app config (use cybersecurity_config.yaml for this branch)
CONFIG_PATH=../cybersecurity_config.yaml
MONGODB_CONNECTION_STRING=mongodb://localhost:27017
JWT_SECRET_KEY=change-me
# From C:\Users\dream\.secrets\shared.env or set here:
VLLM_API_KEY=
OPENAI_API_KEY=
GEMINI_API_KEY=
# Include every frontend origin you use locally (React default is 3000)
CORS_ORIGINS=http://localhost:3010,http://127.0.0.1:3010,http://localhost:3000,http://127.0.0.1:3000
# Optional override; default is %USERPROFILE%\.secrets\shared.env
# SHARED_ENV=C:\Users\dream\.secrets\shared.env