Sync InvenTree part links to Bambuddy archives
This commit is contained in:
@@ -6,6 +6,8 @@ BAMBUDDY_API_KEY=replace-with-bambuddy-api-key
|
||||
|
||||
# InvenTree URL. Use root URL or /api URL; the service normalizes it.
|
||||
INVENTREE_BASE_URL=http://host.docker.internal:1337
|
||||
# Optional public/browser URL for InvenTree. Defaults to INVENTREE_BASE_URL.
|
||||
INVENTREE_WEB_URL=
|
||||
INVENTREE_TOKEN=replace-with-inventree-token
|
||||
|
||||
# Existing InvenTree IDs where printed parts should be created/stored.
|
||||
@@ -22,6 +24,8 @@ WEBHOOK_SHARED_SECRET=
|
||||
SYNC_SUCCESS_ONLY=true
|
||||
SYNC_PART_IMAGES=true
|
||||
OVERWRITE_PART_IMAGES=false
|
||||
SYNC_ARCHIVE_EXTERNAL_LINK=true
|
||||
OVERWRITE_ARCHIVE_EXTERNAL_LINK=false
|
||||
DEFAULT_STOCK_QUANTITY=1
|
||||
INVENTREE_STOCK_STATUS=10
|
||||
PART_IPN_PREFIX=BMB
|
||||
|
||||
Reference in New Issue
Block a user