openhands-backend / .env.example
PYAE1994's picture
Phase 1 backend deploy
46258b3 verified
raw
history blame contribute delete
299 Bytes
# Copy to .env for local dev. DO NOT COMMIT real keys.
# LLM providers (comma-separated keys, at least one provider required)
GEMINI_KEY=
SAMBANOVA_KEY=
GITHUB_KEY=
# E2B (required for execution endpoints)
E2B_API_KEY=
# E2B_TEMPLATE=
# CORS
ALLOWED_ORIGINS=*
# Logging
LOG_LEVEL=INFO
PORT=7860