Initial import
This commit is contained in:
commit
b1552cb7a8
2 changed files with 214 additions and 0 deletions
10
damntfy.conf.example
Normal file
10
damntfy.conf.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
ntfy_default_topic => "alerts",
|
||||
ntfy_token => "tk_s3kr1tt0k3n",
|
||||
ntfy_url => "https://ntfy.example.com",
|
||||
|
||||
app_secrets => [
|
||||
# Generate with "openssl rand -base64 33".
|
||||
"t0ps3kr1t",
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue