eigent/backend/.env.example
2026-04-05 03:21:29 +03:00

12 lines
420 B
Text

# ======== BACKEND DEBUGGING ========
# ENABLE_PYTHON_DEBUG=true
# DEBUG_PORT=5678
# ======== LOCAL EVENT STORE ========
# Override the default SQLite event log path (~/.eigent/data/event_log.db)
# EIGENT_EVENT_DB_PATH=
# ======== CLOUD EVENT SYNC ========
# Enable batch sync of local events to cloud after task completion.
# SERVER_URL is passed by Electron (resolved from VITE_PROXY_URL).
# CLOUD_SYNC_ENABLED=true