apply ocis init insecure option also to FRONTEND_APP_HANDLER_INSECURE

This commit is contained in:
Willy Kloucek
2023-11-27 15:22:12 +01:00
committed by Michael Barz
parent 8eead1ece8
commit 10454247b5

View File

@@ -78,6 +78,7 @@ type SettingsService struct {
}
type FrontendService struct {
AppHandler InsecureService `yaml:"app_handler"`
Archiver InsecureService
ServiceAccount ServiceAccount `yaml:"service_account"`
}