solventum-image-metadata/docs
SamoilenkoVadym 856dacb7ab fix(config): correct Azure AD redirect URI and add Apache migration guide
- Update REDIRECT_URI to include /api/auth/microsoft/callback path
- Add production Azure AD credentials to .env.fastapi.example
- Create Apache migration guide with correct configuration

BREAKING CHANGE: Apache proxy must change from port 5001 to 8000
- Old: ProxyPass /solventum-image-metadata/ http://localhost:5001/
- New: ProxyPass /solventum-image-metadata/api http://localhost:8000

Frontend now served as static files, not proxied.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-02-09 13:21:41 +00:00
..
apache fix(config): correct Azure AD redirect URI and add Apache migration guide 2026-02-09 13:21:41 +00:00
EXIFTOOL_SETUP.md Phase 1.4: ExifTool integration for enhanced metadata support 2026-01-25 15:26:01 +00:00