| Current Path : /home/rtorresani/www/dev/tests/integration/etc/ |
| Current File : //home/rtorresani/www/dev/tests/integration/etc/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'
]
],
[
'command' => 'setup:upgrade',
'config' => []
]
*/
];