fix sharing yaml tag

This commit is contained in:
Willy Kloucek
2022-04-25 09:02:18 +02:00
committed by David Christofas
parent f51bdd8946
commit b26b68b943
+1 -1
View File
@@ -93,7 +93,7 @@ type Config struct {
User *user.Config `yaml:"user"`
Group *group.Config `yaml:"group"`
AppProvider *appprovider.Config `yaml:"app_provider"`
Sharing *sharing.Config `yaml:"app_provider"`
Sharing *sharing.Config `yaml:"sharing"`
StorageMetadata *storagemetadata.Config `yaml:"storage_metadata"`
StoragePublicLink *storagepublic.Config `yaml:"storage_public"`
StorageUsers *storageusers.Config `yaml:"storage_users"`