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