From 174610b9d8862ae3daa19a48163f60b73aa31a2e Mon Sep 17 00:00:00 2001 From: Midou36O Date: Tue, 18 Oct 2022 19:15:14 +0100 Subject: [PATCH] add the shoutrr cfg --- data/config.example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/config.example.toml b/data/config.example.toml index 8bcbd8a..4f7d3ec 100644 --- a/data/config.example.toml +++ b/data/config.example.toml @@ -1,6 +1,7 @@ [segfautils] port = 6893 auth_token = "YOURAUTHTOKEN" +shoutrrr_url = "YOURSHOUTRRURL" [hcaptcha] site_key = "YOURSITEKEY" @@ -8,4 +9,4 @@ secret_key = "YOURSECRETKEY" [options] announce = true -form = false \ No newline at end of file +form = false