ferrero-opentext/Python-Version/scripts/shared/__pycache__
DJP d62716fbae Change webhook receiver port from 5000 to 5555 to avoid conflicts
Issue: Port 5000 often in use (AirPlay, other apps)
Solution: Changed default webhook port to 5555

Changes:
- .env: Added WEBHOOK_RECEIVER_PORT=5555
- config.yaml: Changed port to ${WEBHOOK_RECEIVER_PORT:-5555}
- Default is now 5555 instead of 5000
- Configurable via .env file

A2→A3 Webhook Server:
 Starts successfully on port 5555
 All connections OK (DAM, Box, Database)
 Background worker running
 Ready to receive Box webhooks

Access webhook at: http://server:5555/webhooks/box

🤖 Generated with Claude Code
2025-10-30 19:12:00 -04:00
..
__init__.cpython-314.pyc Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
box_client.cpython-314.pyc Fix email template variable syntax - use Jinja2 double braces 2025-10-30 18:54:27 -04:00
config_loader.cpython-314.pyc Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
dam_client.cpython-314.pyc PYTHON AUTOMATION FULLY WORKING! Complete A1→A2 workflow tested successfully 2025-10-30 17:50:24 -04:00
database.cpython-314.pyc Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
filename_parser.cpython-314.pyc Change webhook receiver port from 5000 to 5555 to avoid conflicts 2025-10-30 19:12:00 -04:00
metadata_extractor_mvp.cpython-314.pyc Change webhook receiver port from 5000 to 5555 to avoid conflicts 2025-10-30 19:12:00 -04:00
notifier.cpython-314.pyc Add comprehensive DEPLOYMENT.md and update README for production server 2025-10-30 18:59:12 -04:00