| Current Path : /home/rtorresani/www/dev/tests/api-functional/config/ |
| Current File : //home/rtorresani/www/dev/tests/api-functional/config/post-install-setup-command-config.php.dist |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
// List of bin/magento setup CLI commands to run after setup:install
return [
/*
[
'command' => 'setup:config:set',
'config' => [
'--queue-default-connection' => 'db',
'--remote-storage-driver' => 'aws-s3',
'--remote-storage-bucket' => 'myBucket',
'--remote-storage-region' => 'us-east-1',
]
]
*/
];