Change default enc. to SSL

This commit is contained in:
fatihalp 2020-05-20 14:01:31 +03:00
parent bd206a178c
commit 8513a48777
3 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ return [
| |
*/ */
'encryption' => env('MAIL_ENCRYPTION', 'tls'), 'encryption' => env('MAIL_ENCRYPTION', 'ssl'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -15,7 +15,7 @@ return [
| |
*/ */
'driver' => env('SCOUT_DRIVER', 'tntsearch'), 'driver' => env('SCOUT_DRIVER', 'search'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------