error get public url

This commit is contained in:
Jagad R R
2024-12-26 14:49:20 +07:00
parent 87714a7738
commit 81ecc4b69a
5 changed files with 55 additions and 9 deletions
+10
View File
@@ -68,6 +68,16 @@ return [
],
],
'webdav' => [
'driver' => 'webdav',
'baseUri' => 'https://mkt.tunggal-pharma.com/mktia/remote.php/dav/files/user_dev/',
'userName' => env('NEXT_CLOUD_USERNAME'),
'password' => env('NEXT_CLOUD_PASSWORD'),
'prefix' => '',
'options' => [
'verify' => false,
],
],
],
/*