From 5c815ea0dca250ce9f41d03c76a0e070b0b0cfdf Mon Sep 17 00:00:00 2001 From: Pingu Date: Mon, 20 Jul 2026 20:38:34 +0000 Subject: [PATCH] =?UTF-8?q?Webhooks/config.php=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Webhooks/config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Webhooks/config.php diff --git a/Webhooks/config.php b/Webhooks/config.php new file mode 100644 index 0000000..87b9741 --- /dev/null +++ b/Webhooks/config.php @@ -0,0 +1,14 @@ + 'API-KEY HIER', + 'webhook_secret' => 'Secret', + 'nextcloud' => [ + 'user' => 'USERNAME', + 'pass' => 'PASSWORD', + 'urls' => [ + 2 => 'WEBDAV URL', + 5 => 'WEBDAV URL', + 4 => 'WEBDAV URL' + ] + ] +]; \ No newline at end of file