You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
494 B

  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // List of bin/magento setup CLI commands to run after setup:install
  7. return [
  8. /*
  9. [
  10. 'command' => 'setup:config:set',
  11. 'config' => [
  12. '--queue-default-connection' => 'db',
  13. '--remote-storage-driver' => 'aws-s3',
  14. '--remote-storage-bucket' => 'myBucket',
  15. '--remote-storage-region' => 'us-east-1',
  16. ]
  17. ]
  18. */
  19. ];