From 555f2062140acbcb5327caa2a4073e4310a27271 Mon Sep 17 00:00:00 2001 From: stremovsky Date: Wed, 5 Jan 2022 14:57:23 +0200 Subject: [PATCH] disable sending out notifications --- databunker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databunker.yaml b/databunker.yaml index e77d254..46c046e 100644 --- a/databunker.yaml +++ b/databunker.yaml @@ -18,7 +18,7 @@ notification: # - user profile change # - consent change # user details are send as json data. - notification_url: "https://httpbin.org/post" + #notification_url: "https://httpbin.org/post" policy: # max time to store records, untill they are deleted max_user_retention_period: "3m"