mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-23 21:06:50 +00:00
12 lines
420 B
Text
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
|