Skip to content

Commit

Permalink
Merge pull request #7 from magento-troll/SFAPP-284-grpc-server-standa…
Browse files Browse the repository at this point in the history
…lone

SFAPP-284: Add ability to start grpc-server on standalone installation
  • Loading branch information
RuslanKostiv1 authored Jan 25, 2021
2 parents 3097d3d + fe2e5ad commit 9c0d660
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/etc/.rr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
grpc:
listen: "tcp://:9001"
proto: "search.proto"
workers:
command: "./vendor/bin/worker"
pool:
numWorkers: 4

0 comments on commit 9c0d660

Please sign in to comment.