We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wish to store backup-manager configuration to a database table.
'dropbox' => [ 'type' => 'DropboxV2', 'token' => env('DROPBOX_TOKEN'), 'key' => env('DROPBOX_KEY'), 'secret' => env('DROPBOX_SECRET'), 'app' => env('DROPBOX_APP'), 'root' => env('DROPBOX_ROOT'), ], 's3' => [ 'type' => 'AwsS3', 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), 'root' => '', ],
How do I force backup manager to use configuration store in my database table backup_settings
backup_settings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wish to store backup-manager configuration to a database table.
How do I force backup manager to use configuration store in my database table
backup_settings
The text was updated successfully, but these errors were encountered: