mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-21 11:35:32 -04:00
make ocm internally expose the dataprovider
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
1 parent
898b6e3479
commit
738ec6de67
1 file changed
+2
-1
@@ -182,7 +182,8 @@ func OCMConfigFromStruct(cfg *config.Config, logger log.Logger) map[string]any {
|
||||
"storage_root": cfg.OCMStorageProvider.StorageRoot,
|
||||
},
|
||||
},
|
||||
"data_server_url": cfg.OCMStorageProvider.DataServerURL,
|
||||
"data_server_url": cfg.OCMStorageProvider.DataServerURL,
|
||||
"expose_data_server": true,
|
||||
},
|
||||
"authprovider": map[string]any{
|
||||
"auth_manager": "ocmshares",
|
||||
|
||||
Reference in new issue
Block a user