Skip to content

Commit

Permalink
Fix revad config for local acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Sep 30, 2021
1 parent 66ff36b commit 5beb9b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions tests/oc-integration-tests/local/gateway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ home_provider = "/home"
"/public" = {"address" = "localhost:13000"}
"/home/Shares" = {"address" = "localhost:14000"}

[grpc.services.gateway.storage_rules]
"/home" = {"address" = "localhost:12000"}
"/oc" = {"address" = "localhost:11000"}
"123e4567-e89b-12d3-a456-426655440000" = {"address" = "localhost:11000"}
"/public" = {"address" = "localhost:13000"}
"/home/Shares" = {"address" = "localhost:14000"}

[http]
address = "0.0.0.0:19001"

Expand Down
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/local/storage-users.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ address = "0.0.0.0:11000"
# we have a locally running dataprovider
[grpc.services.storageprovider]
driver = "ocis"
mount_path = "/users"
mount_path = "/oc"
mount_id = "123e4567-e89b-12d3-a456-426655440000"
expose_data_server = true
data_server_url = "http://localhost:11001/data"
Expand Down

0 comments on commit 5beb9b9

Please sign in to comment.