Merge branch 'master' into develop

This commit is contained in:
Graham Campbell 2020-03-24 13:55:29 +00:00
commit 1111e6f2f3
3 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,7 @@ We would like to extend our thanks to the following sponsors for funding Laravel
- [Hyper Host](https://hyper.host)
- [Appoly](https://www.appoly.co.uk)
- [OP.GG](https://op.gg)
- [云软科技](http://www.yunruan.ltd/)
## Contributing

View File

@ -61,7 +61,7 @@ return [
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_URL'),
],
],

View File

@ -41,6 +41,7 @@ return [
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
],
'ses' => [