Skip to content

Commit

Permalink
Fix gateway drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Oct 7, 2021
1 parent 706f0a8 commit 52cabec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/drone/gateway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ home_provider = "/home"

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

0 comments on commit 52cabec

Please sign in to comment.