Webhooks/config.php hinzugefügt

This commit is contained in:
2026-07-20 20:38:34 +00:00
parent 56e147e1c2
commit 5c815ea0dc
+14
View File
@@ -0,0 +1,14 @@
<?php
return [
'api_key' => 'API-KEY HIER',
'webhook_secret' => 'Secret',
'nextcloud' => [
'user' => 'USERNAME',
'pass' => 'PASSWORD',
'urls' => [
2 => 'WEBDAV URL',
5 => 'WEBDAV URL',
4 => 'WEBDAV URL'
]
]
];