correction des http en https

This commit is contained in:
2026-03-30 22:33:22 +02:00
parent 6e387a66ea
commit 1fa3806556
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ return [
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => rtrim(env('APP_URL', 'http://localhost'), '/').'/storage',
'url' => rtrim(env('APP_URL', 'https://app.sam-coffre.duckdns.org/login'), '/').'/storage',
'visibility' => 'public',
'throw' => false,
'report' => false,