dataprovider
Configuration for the DataProvider service
struct: config
prefix string data
The prefix to be used for this HTTP service [Ref]
[http.services.dataprovider]
prefix = "data"
driver string localhome
The storage driver to be used. [Ref]
[http.services.dataprovider]
driver = "localhome"
drivers map[string]map[string]interface{} localhome
The configuration for the storage driver [Ref]
[http.services.dataprovider.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"
data_txs map[string]map[string]interface{} simple
The configuration for the data tx protocols [Ref]
[http.services.dataprovider.data_txs.simple]
insecure bool false
Whether to skip certificate checks when sending requests. [Ref]
[http.services.dataprovider]
insecure = false
Last modified May 17, 2022: [docs-only] add cato tag for `Insecure` configuration (#2873) (31e762cf)