Add forwarded headers
All checks were successful
Build, Push and Run Container / build (push) Successful in 29s

This commit is contained in:
2025-10-15 19:32:23 +02:00
parent 6ac6d05f5f
commit 84dc22f324
2 changed files with 15 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ public class MessageProcessorConfiguration
public Dictionary<string, string> VinNotifications { get; set; } = new Dictionary<string, string>()
{
{ "5YJ3E7EB7KF291652", "u2ouaqqu5gd9f1bq3rmrtwriumaffu"}, /*Zoli*/
{ "LRW3E7EK4NC482668", "udbz5g2hi24m4wcanx44qqkwf7r1c7" }
{ "LRW3E7EK4NC482668", "udbz5g2hi24m4wcanx44qqkwf7r1c7" /*Nagy Balázs*/ }
};
}