Move ntfy config to proper location
Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
c3450d09b2
commit
b155144436
2 changed files with 8 additions and 14 deletions
|
@ -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"
|
11
.ntfy.yml
11
.ntfy.yml
|
@ -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"
|
Loading…
Reference in a new issue