mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 23:17:23 +00:00
fix: upper ZITADEL banner (#6246)
Co-authored-by: Livio Spring <livio.a@gmail.com> (cherry picked from commit 57d6113e2aa8ab00e944bdf404e8fafcc0985c4a)
This commit is contained in:
parent
2bdc5df85f
commit
03ad67775e
@ -461,7 +461,7 @@ func shutdownServer(ctx context.Context, server *http.Server) error {
|
||||
}
|
||||
|
||||
func showBasicInformation(startConfig *Config) {
|
||||
fmt.Println(color.MagentaString(figure.NewFigure("Zitadel", "", true).String()))
|
||||
fmt.Println(color.MagentaString(figure.NewFigure("ZITADEL", "", true).String()))
|
||||
http := "http"
|
||||
if startConfig.TLS.Enabled || startConfig.ExternalSecure {
|
||||
http = "https"
|
||||
|
Loading…
x
Reference in New Issue
Block a user