1
0
Fork 0

Update README.md

This commit is contained in:
Pablo Ovelleiro Corral 2022-11-02 14:48:45 +01:00 committed by GitHub
parent 4c0c0bf056
commit 492d64123c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
}; };