Change API key
All checks were successful
Build, Push and Run Container / build (push) Successful in 25s

This commit is contained in:
2025-08-20 12:22:35 +02:00
parent 317b3eeacd
commit c0a14e070c

View File

@@ -140,7 +140,7 @@ public class MessageProcessor : IMessageProcessor
public class MessageProcessorConfiguration public class MessageProcessorConfiguration
{ {
public string PushoverAPIKey { get; set; } = "a255e6nkpguw1i96iyj3z9faacgjp7"; public string PushoverAPIKey { get; set; } = "acr9fqxafqeqjpr4apryh17m4ak24b";
public Dictionary<string, string> VinNotifications { get; set; } = new Dictionary<string, string>() { { "5YJ3E7EB7KF291652", "u2ouaqqu5gd9f1bq3rmrtwriumaffu"} /*Zoli*/ }; public Dictionary<string, string> VinNotifications { get; set; } = new Dictionary<string, string>() { { "5YJ3E7EB7KF291652", "u2ouaqqu5gd9f1bq3rmrtwriumaffu"} /*Zoli*/ };
} }