feat: add grpc
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-29 20:00:30 +02:00
parent e3bb6b0f60
commit 4859c2767c

View File

@@ -18,13 +18,13 @@ cuddle/clusters:
env:
external.host: "0.0.0.0:3000"
internal.host: "0.0.0.0:3001"
external.grpc.host: "0.0.0.0:1000"
external.grpc.host: "0.0.0.0:4000"
rust.log: hyperlog=trace
prod:
env:
external.host: "0.0.0.0:3000"
internal.host: "0.0.0.0:3001"
external.grpc.host: "0.0.0.0:1000"
external.grpc.host: "0.0.0.0:4000"
rust.log: hyperlog=trace
please: