Skip to content

Commit

Permalink
Three revad processes
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 7, 2023
1 parent dbf50cf commit e727117
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ driver = "static"
[grpc.services.authregistry.drivers.static.rules]
basic = "your.revad.com:19000"
ocmshares = "your.revad.com:19001"
machine = "your.revad.com:19030"

[grpc.services.storageregistry]
driver = "static"
Expand Down
12 changes: 12 additions & 0 deletions servers/revad/sciencemesh3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[shared]
gatewaysvc = "localhost:19000"

[grpc]
address = "localhost:19030"

[grpc.services.authprovider]
auth_manager = "machine"

[grpc.services.authprovider.auth_managers.machine]
api_key = "machine-api-key"
gateway_addr = "localhost:19000"

0 comments on commit e727117

Please sign in to comment.