diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:10:14 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:10:14 +0100 |
commit | 55c061caa32239d718d55a207000244b653c1281 (patch) | |
tree | a220d6339507f22c27c9e75cc8391037f20c4514 | |
parent | 12fc3effaa7562ed260a0d091ab78f8d556bad62 (diff) | |
download | sentrum-55c061caa32239d718d55a207000244b653c1281.tar.gz sentrum-55c061caa32239d718d55a207000244b653c1281.tar.bz2 sentrum-55c061caa32239d718d55a207000244b653c1281.zip |
Enable ntfy action in sample configuration
-rw-r--r-- | sentrum.sample.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sentrum.sample.toml b/sentrum.sample.toml index cc8da42..763dcc9 100644 --- a/sentrum.sample.toml +++ b/sentrum.sample.toml @@ -19,7 +19,10 @@ xpub = "xpub6CkXHzuU1NyHUFNiQZLq2bgt6QPqjZbwpJ1MDgDeo4bWZ8ZP7HZr7v9WTLCQFhxVhqiJ [[actions]] type = "terminal_print" -# Add more actions here (ntfy, nostr, email, telegram, etc) +[[actions]] +type = "ntfy" + +# Add more actions here (nostr, email, telegram, etc) #[[actions]] #type = "<INSERT ACTION KIND>" #<.... INSERT ACTION SPECIFIC CONFIGURATION HERE...> |