# ENV-vars that exist in install/lib/env-defaults.sh but intentionally have
# no os.getenv() in backend/. Each entry must be justified by a comment.

# Plugin install path discovery — pure shell, never read by Python.
TEDDYCLOUD_DATA_DIR
PLUGIN_ROOT

# Plugin HTML templating tokens — sed-replaced in install-plugin.sh,
# not read by the FastAPI app.
TAFFORGE_PORT
TAFFORGE_URL

# LinuxServer.io PUID/PGID — only meaningful inside the container
# entrypoint, no Python equivalent.
PUID
PGID
