Merge pull request #571 from openclassify/fatihalp

Change default enc. to SSL
This commit is contained in:
Fatih Alp 2020-05-20 14:02:51 +03:00 committed by GitHub
commit bf686e7599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------