Skip to content

Commit

Permalink
fix grpc proto path
Browse files Browse the repository at this point in the history
  • Loading branch information
Romero027 committed Jun 27, 2024
1 parent ec0d8e3 commit 9e401a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/samples/echo/sample_echo_grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
serverChain:
- name: firwall # Name of the first element in the server chain
file: <APPNET_DIR_PATH>/config/samples/echo/firewall.appnet # Path to the firewall element file
proto: <APPNET_DIR_PATH>/config/samples/echo/echo.proto # Path to the protobuf definition of client service to server service communication
proto: <APPNET_DIR_PATH>/go-lib/sample/echo-pb/echo.proto # Path to the protobuf definition of client service to server service communication
protoModName: github.com/appnet-org/golib/sample/echo-pb
protoModLocation: <APPNET_DIR_PATH>/go-lib/sample/echo-pb

0 comments on commit 9e401a1

Please sign in to comment.