Skip to content
New issue

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

Reading configuration from Database Table #115

Open
digitlimit opened this issue Jan 18, 2019 · 0 comments
Open

Reading configuration from Database Table #115

digitlimit opened this issue Jan 18, 2019 · 0 comments

Comments

@digitlimit
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant