feat: use actual internal
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
43c5fa1731
commit
6f04d0cdda
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user