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