github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local/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 [shared.grpc_client_options] 9 tls_mode = "insecure" 10 11 [log] 12 #level = "warn" 13 #mode = "json" 14 15 [grpc] 16 address = "0.0.0.0:13000" 17 18 [grpc.tls_settings] 19 enabled = true 20 21 # This is a storage provider that grants direct access to the wrapped storage 22 # we have a locally running dataprovider 23 [grpc.services.publicstorageprovider] 24 gateway_addr = "0.0.0.0:19000" 25 mount_id = "7993447f-687f-490d-875c-ac95e89a62a4"