diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | man/sentrum.1 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,7 @@ type = "ntfy" # EVERYTHING BELOW IS OPTIONAL # # Credentials (optional, relevant for self-hosted instances or paid reserved topics) +# You can also use an access token by setting the username to an empty string "" #credentials.username = "<YOUR USERNAME HERE>" #credentials.password = "<YOUR PASSWORD HERE>" # ntfy server (optional) diff --git a/man/sentrum.1 b/man/sentrum.1 index baa4650..d219009 100644 --- a/man/sentrum.1 +++ b/man/sentrum.1 @@ -189,6 +189,7 @@ type = "ntfy" # EVERYTHING BELOW IS OPTIONAL # # Credentials (optional, relevant for self-hosted instances or paid reserved topics) +# You can also use an access token by setting the username to an empty string "" #credentials.username = "<YOUR USERNAME HERE>" #credentials.password = "<YOUR PASSWORD HERE>" # ntfy server (optional) |