first commit
This commit is contained in:
7
Config/NtfyConfig.cs
Normal file
7
Config/NtfyConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HanaToolbox.Config;
|
||||
|
||||
public sealed class NtfyConfig
|
||||
{
|
||||
public string Url { get; set; } = "https://ntfy.sh/your-topic";
|
||||
public string Token { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user