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
@@ -52,7 +52,7 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'https://app.sam-coffre.duckdns.org/login'),
/*
|--------------------------------------------------------------------------
+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,
+1 -1
View File
@@ -46,7 +46,7 @@ return [
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url((string) env('APP_URL', 'http://localhost'), PHP_URL_HOST)),
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url((string) env('APP_URL', 'https://app.sam-coffre.duckdns.org/login'), PHP_URL_HOST)),
],
'ses' => [