From c3450d09b2aecebd6d878aa2e6b8d55a51773486 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Wed, 13 Jan 2021 13:30:53 +0900 Subject: [PATCH] Add .ntfy.yml Keys are omitted. Intentional. Signed-off-by: Yongmin Hong --- .ntfy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .ntfy.yml diff --git a/.ntfy.yml b/.ntfy.yml new file mode 100644 index 0000000..262c3ee --- /dev/null +++ b/.ntfy.yml @@ -0,0 +1,11 @@ +--- +backends: + - pushover + - matrix +pushover: + user_key: [REDACTED] +matrix: + url: "https://matrix.revi.xyz" + roomId: "#devops:revi.xyz" + userId: "REDACTED" + password: "REDACTED" \ No newline at end of file