Notify when live

This commit is contained in:
2024-01-10 14:02:03 +00:00
parent 5b5f011df0
commit f571579141
4 changed files with 50 additions and 1 deletions

View File

@ -54,6 +54,8 @@ public class Config
public string Redis { get; init; } = null!;
public Uri SnortApi { get; init; } = null!;
public Uri? DiscordLiveWebhook { get; init; }
}
public class VapidKeyDetails