From ce5852cbe84215bb7f73cb46d21814fbe8043701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szak=C3=A1ts=20Alp=C3=A1r=20Zsolt?= Date: Mon, 18 Aug 2025 14:18:42 +0200 Subject: [PATCH] Register automatic-parking.app --- Source/ProofOfConcept/Services/TeslaAuthenticatorService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ProofOfConcept/Services/TeslaAuthenticatorService.cs b/Source/ProofOfConcept/Services/TeslaAuthenticatorService.cs index 0ff1d86..3ef0c0e 100644 --- a/Source/ProofOfConcept/Services/TeslaAuthenticatorService.cs +++ b/Source/ProofOfConcept/Services/TeslaAuthenticatorService.cs @@ -320,5 +320,5 @@ public class TeslaAuthenticatorServiceConfiguration public string ClientID { get; set; } = "b2240ee4-332a-4252-91aa-bbcc24f78fdb"; public string ClientSecret { get; set; } = "ta-secret.YG+XSdlvr6Lv8U-x"; public TimeSpan MemoryCacheDelta { get; set; } = TimeSpan.FromSeconds(5); - public string Domain { get; set; } = "tesla-connector.automatic-parking.app"; + public string Domain { get; set; } = "automatic-parking.app"; } \ No newline at end of file