# /etc/default/collector-edge-agent
#
# Environment for the systemd service. This is a dpkg conffile: your edits
# survive package upgrades. The agent also reads <DataDir>/config.env (written
# by the Settings UI); values there take precedence over this file.

# Vendored libonnxruntime (no Debian/Ubuntu package exists for it).
LD_LIBRARY_PATH=/opt/zarv/lib

# Models bundled by the .deb.
EDGE_AGENT_MODELS_DIR=/opt/zarv/models

# Persistent state: SQLite, blobs, config.env, crashes.
EDGE_AGENT_DATA_DIR=/var/lib/collector-edge-agent

# Local management UI / API. Bind to all interfaces so the operator can reach
# it on the LAN for first-boot enrollment; narrow to 127.0.0.1 if undesired.
EDGE_AGENT_HTTP_LISTEN=0.0.0.0:8088
