Skip to content

Commit

Permalink
fix service names in init
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed May 2, 2022
1 parent d8e84db commit e5577a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ocis/pkg/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ type OcisConfig struct {
Idm IdmExtension
Proxy InsecureProxyExtension
Frontend FrontendExtension
AuthBasic AuthbasicExtension `yaml:"auth_basic"`
AuthBearer AuthbearerExtension `yaml:"auth_bearer"`
AuthBasic AuthbasicExtension `yaml:"auth-basic"`
AuthBearer AuthbearerExtension `yaml:"auth-bearer"`
User UserAndGroupExtension
Group UserAndGroupExtension
StorageMetadata DataProviderInsecureSettings `yaml:"storage_metadata"`
StorageUsers DataProviderInsecureSettings `yaml:"storage_users"`
StorageMetadata DataProviderInsecureSettings `yaml:"storage-metadata"`
StorageUsers DataProviderInsecureSettings `yaml:"storage-users"`
Ocdav InsecureExtension
Thumbnails ThumbNailExtension
}
Expand Down

0 comments on commit e5577a1

Please sign in to comment.