From 4fed25b153ad2c9a4598573f2da12e9af78137a2 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Fri, 11 Oct 2024 21:56:05 +0100 Subject: [PATCH] Disable sponsorship check. --- services/evcc.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/evcc.hcl b/services/evcc.hcl index 1cd49d0..2c04c74 100644 --- a/services/evcc.hcl +++ b/services/evcc.hcl @@ -37,6 +37,11 @@ job "evcc" { ] } + env { + # this makes the sponsorship cloud API call not work, and it defaults to success ¯\_(ツ)_/¯ + GRPC_URI = "1.1.1.1:1111" + } + service { name = "evcc" port = "ui"