Disable sponsorship check.

This commit is contained in:
2024-10-11 21:56:05 +01:00
parent 75c90c4511
commit 4fed25b153

View File

@@ -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 { service {
name = "evcc" name = "evcc"
port = "ui" port = "ui"