admin creation via setup wizard refactoring

This commit is contained in:
Čarodej
2022-02-10 09:06:47 +01:00
parent b5c00e98df
commit 3867c9cd67
9 changed files with 48 additions and 33 deletions

View File

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