github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local/storage-shares.toml (about)

     1  # This storage.toml config file will start a reva service that:
     2  [shared]
     3  jwt_secret = "Pive-Fumkiu4"
     4  gatewaysvc = "localhost:19000"
     5  
     6  [shared.grpc_client_options]
     7  tls_mode = "insecure"
     8  
     9  [log]
    10  #level = "warn"
    11  #mode = "json"
    12  
    13  [grpc]
    14  address = "0.0.0.0:14000"
    15  
    16  [grpc.tls_settings]
    17  enabled = true
    18  
    19  # This is a storage provider that grants direct access to the wrapped storage
    20  # we have a locally running dataprovider
    21  [grpc.services.sharesstorageprovider]
    22  usershareprovidersvc = "0.0.0.0:17000"
    23  mount_id = "a0ca6a90-a365-4782-871e-d44447bbc668"