diff --git a/ocis/pkg/init/init.go b/ocis/pkg/init/init.go index 570f77ef51..7324dfadc5 100644 --- a/ocis/pkg/init/init.go +++ b/ocis/pkg/init/init.go @@ -78,6 +78,7 @@ type SettingsService struct { } type FrontendService struct { + AppHandler InsecureService `yaml:"app_handler"` Archiver InsecureService ServiceAccount ServiceAccount `yaml:"service_account"` }