feat: use internal
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-24 21:41:56 +01:00
parent 55a0d294c5
commit 9badf8e193
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -19,13 +19,13 @@ cuddle/clusters:
env:
service.host: "0.0.0.0:3000"
service.grpc.host: "0.0.0.0:4001"
process.host: "https://grpc.churn.dev.kjuulh.app"
process.host: "https://grpc.churn.internal.dev.kjuulh.app"
external.host: "https://churn.internal.dev.kjuulh.app"
rust.log: "h2=warn,debug"
prod:
env:
service.host: "0.0.0.0:3000"
service.grpc.host: "0.0.0.0:4001"
process.host: "https://grpc.churn.prod.kjuulh.app"
process.host: "https://grpc.churn.internal.prod.kjuulh.app"
external.host: "https://churn.internal.prod.kjuulh.app"
rust.log: "h2=warn,debug"