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