damntfy/damntfy.conf.example

11 lines
212 B
Plaintext

{
ntfy_default_topic => "alerts",
ntfy_token => "tk_s3kr1tt0k3n",
ntfy_url => "https://ntfy.example.com",
app_secrets => [
# Generate with "openssl rand -base64 33".
"t0ps3kr1t",
],
}