Make Jetstream and Constellation URLs configurable
- Change JETSTREAM_HOST/PORT to single JETSTREAM_URL with scheme
(wss:// implies port 443, ws:// implies port 80)
- Change CONSTELLATION_API to CONSTELLATION_URL (base URL only)
- Parse URL scheme to determine SSL vs plain WebSocket connection
- Update config.local.h.example with new URL format
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>