Webhooks/config.php hinzugefügt
This commit is contained in:
@@ -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'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user