diff options
-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...> |