Skip to content

Commit

Permalink
Use new Vert.x gRPC server for code.quarkus.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Feb 19, 2024
1 parent eafbf10 commit 12b582b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
quarkus:
grpc:
server:
use-separate-server: false

"%test":
quarkus:
grpc:
clients:
helloGrpc:
host: localhost
port: 8081

0 comments on commit 12b582b

Please sign in to comment.