# InvenTree server (no trailing slash) INVENTREE_HOST=https://your-inventree-server.example.com INVENTREE_TOKEN=your-api-token-here # Port adapter-node listens on (bound to 127.0.0.1 via HOST) PORT=3000 HOST=127.0.0.1 ORIGIN=https://stock-tool.your-domain.example.com # Max concurrent `inventree-part-import` processes IMPORT_CONCURRENCY=3 # Absolute path to inventree-part-import binary. Leave empty to resolve from PATH. INVENTREE_PART_IMPORT_BIN= # Per-import timeout, seconds IMPORT_TIMEOUT_SEC=60