mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-03 12:14:20 +00:00
…urable
# Which Problems Are Solved
BaseURI defined in environment variables or configuration files was
ignored for Login v2 feature flag.
# How the Problems Are Solved
Define BaseURI as string so that the environment variables and
configuration files can be parsed into it.
# Additional Changes
None
# Additional Context
Closes #10405
(cherry picked from commit 2a78fdfe1f)