1
0
Fork 0

Move ntfy config to proper location

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2021-01-13 13:37:54 +09:00
parent c3450d09b2
commit b155144436
Signed by: revi
GPG Key ID: AACAFCE3D8948D4E
2 changed files with 8 additions and 14 deletions

View File

@ -1,6 +1,11 @@
---
backends:
- pushover
- telegram
- pushover
- matrix
pushover:
user_key: [OMITTED]
user_key: [REDACTED]
matrix:
url: "https://matrix.revi.xyz"
roomId: "#devops:revi.xyz"
userId: "REDACTED"
password: "REDACTED"

View File

@ -1,11 +0,0 @@
---
backends:
- pushover
- matrix
pushover:
user_key: [REDACTED]
matrix:
url: "https://matrix.revi.xyz"
roomId: "#devops:revi.xyz"
userId: "REDACTED"
password: "REDACTED"