diff --git a/Python-Version/.env b/Python-Version/.env index e3986fb..877650c 100644 --- a/Python-Version/.env +++ b/Python-Version/.env @@ -42,5 +42,6 @@ MAILGUN_DOMAIN=mail.dev.oliver.solutions # Webhook Configuration CAMPAIGN_STATUS_WEBHOOK_URL=https://hook.us1.make.celonis.com/3f9ztwl8qnljufo0l65utfv5wvvnt9m5 WEBHOOK_AUTH_TOKEN= +WEBHOOK_RECEIVER_PORT=5555 BOX_WEBHOOK_PRIMARY_KEY=your_box_webhook_primary_key BOX_WEBHOOK_SECONDARY_KEY=your_box_webhook_secondary_key diff --git a/Python-Version/config/config.yaml b/Python-Version/config/config.yaml index 64e0d3d..1d8cd73 100644 --- a/Python-Version/config/config.yaml +++ b/Python-Version/config/config.yaml @@ -45,7 +45,7 @@ polling: webhook_receiver: enabled: true host: 0.0.0.0 - port: 5000 + port: ${WEBHOOK_RECEIVER_PORT:-5555} validate_signatures: true # Outgoing Webhooks (we call these) diff --git a/Python-Version/scripts/shared/__pycache__/filename_parser.cpython-314.pyc b/Python-Version/scripts/shared/__pycache__/filename_parser.cpython-314.pyc new file mode 100644 index 0000000..268785f Binary files /dev/null and b/Python-Version/scripts/shared/__pycache__/filename_parser.cpython-314.pyc differ diff --git a/Python-Version/scripts/shared/__pycache__/metadata_extractor_mvp.cpython-314.pyc b/Python-Version/scripts/shared/__pycache__/metadata_extractor_mvp.cpython-314.pyc new file mode 100644 index 0000000..101824d Binary files /dev/null and b/Python-Version/scripts/shared/__pycache__/metadata_extractor_mvp.cpython-314.pyc differ