From 6f04d0cdda87edc36256821805edf5d4efcda87d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 24 Nov 2024 21:44:40 +0100 Subject: [PATCH] feat: use actual internal Signed-off-by: kjuulh --- cuddle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cuddle.yaml b/cuddle.yaml index 1e14aa6..98b739b 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -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.internal.dev.kjuulh.app" + process.host: "https://grpc.churn.dev.internal.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.internal.prod.kjuulh.app" + process.host: "https://grpc.churn.prod.internal.kjuulh.app" external.host: "https://churn.internal.prod.kjuulh.app" rust.log: "h2=warn,debug"