This commit is contained in:
root
2019-11-18 19:39:22 +08:00
parent 633d1f1f9b
commit 58d1711150
11 changed files with 28 additions and 26 deletions

View File

@ -27,7 +27,7 @@ return [
'ses' => [
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
'region' => env('AWS_V2BOARD_REGION', 'us-east-1'),
],
];