mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
backup add feature: upload to google drive
This commit is contained in:
@@ -51,8 +51,8 @@ return [
|
||||
'url' => env('AWS_URL'),
|
||||
'endpoint' => env('AWS_ENDPOINT'),
|
||||
],
|
||||
'google_dirve' => [
|
||||
'driver' => 'google_dirve',
|
||||
'google_drive' => [
|
||||
'driver' => 'google_drive',
|
||||
'clientId' => env('GOOGLE_DRIVE_CLIENT_ID'),
|
||||
'clientSecret' => env('GOOGLE_DRIVE_CLIENT_SECRET'),
|
||||
'refreshToken' => env('GOOGLE_DRIVE_REFRESH_TOKEN'),
|
||||
|
||||
Reference in New Issue
Block a user