mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
ffdde825ec
* fix(backend): respect start flags in all commands Currently flags like --externalDomain do only work in the last registered command which currently is start-from-setup. This creates the flags globally in the init function in uses them for all start commands. * fix(backend): remove viper defaults in start flags At this point viper is not yet initialized so this defaults would have not effect either. * Remove flag name variables and run go mod tidy --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>