headroom/examples/deployment
Claude Code Bot 063b6e85f4 fix(deployment): correct port placeholder in LaunchAgent plist template
The plist template was using ${HEADROOM_PROXY_PORT} in ProgramArguments,
but LaunchAgent doesn't expand environment variables in that context.
Changed to use __PORT__ placeholder which install.sh replaces via sed.

This fixes the "invalid int value" error when starting the proxy service.

AI review: Clean (via pre-commit hook)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 13:44:30 -08:00
..
macos-launchagent fix(deployment): correct port placeholder in LaunchAgent plist template 2026-01-19 13:44:30 -08:00