fix: upper ZITADEL banner (#6246)

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Elio Bischof 2023-07-25 07:12:13 +02:00 committed by GitHub
parent 65f948daec
commit 57d6113e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ func shutdownServer(ctx context.Context, server *http.Server) error {
} }
func showBasicInformation(startConfig *Config) { func showBasicInformation(startConfig *Config) {
fmt.Println(color.MagentaString(figure.NewFigure("Zitadel", "", true).String())) fmt.Println(color.MagentaString(figure.NewFigure("ZITADEL", "", true).String()))
http := "http" http := "http"
if startConfig.TLS.Enabled || startConfig.ExternalSecure { if startConfig.TLS.Enabled || startConfig.ExternalSecure {
http = "https" http = "https"