Register automatic-parking.app
All checks were successful
Build, Push and Run Container / build (push) Successful in 26s

This commit is contained in:
2025-08-18 14:18:42 +02:00
parent d291e6ec3e
commit ce5852cbe8

View File

@@ -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";
}