Update README.md
This commit is contained in:
parent
4c0c0bf056
commit
492d64123c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ imports = [
|
||||||
services.alertmanager-ntfy = {
|
services.alertmanager-ntfy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
httpAddress = "localhost";
|
httpAddress = "localhost";
|
||||||
httpPort = "localhost";
|
httpPort = "9999";
|
||||||
ntfyTopic = "https://ntfy.sh/test";
|
ntfyTopic = "https://ntfy.sh/test";
|
||||||
envFile = "/var/src/secrets/alertmanager-ntfy/envfile";
|
envFile = "/var/src/secrets/alertmanager-ntfy/envfile";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue