ENV edge case fix
When both environment variables and config.yaml are used, validation no longer fails if immich_url
or immich_api_key
are set via ENVs but not defined in the config file.
What's Changed
⚡ Fixes
- fix edge case for ENVS by @damongolding in #517
Full Changelog: v0.23.0...v0.23.1