github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local-mesh/storage-publiclink.toml (about) 1 # This 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:33000" 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:39000"