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]any localhome
The configuration for the storage driver [Ref]
[http.services.dataprovider.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"
virtual_home_template = ""data_txs map[string]map[string]any 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