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

     1  # This storage.toml config file will start a reva service that:
     2  # - serves the public storage provider on grpc port 13000
     3  
     4  [shared]
     5  jwt_secret = "Pive-Fumkiu4"
     6  gatewaysvc = "localhost:19000"
     7  
     8  [grpc]
     9  address = "0.0.0.0:13000"
    10  
    11  # This is a storage provider that grants direct access to the wrapped storage
    12  # we have a locally running dataprovider
    13  [grpc.services.publicstorageprovider]
    14  gateway_addr = "0.0.0.0:19000"
    15  mount_id = "7993447f-687f-490d-875c-ac95e89a62a4"
    16