/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
dev/tests/api-functional/config/post-install-setup-command-config.php.dist
20 строк
451 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
11 ноя 2025, 17:53
11 ноя 2025, 17:53
f22b64f
Код
Авторство
О чём код?
<?php /** * Copyright 2021 Adobe * All Rights Reserved. */ // 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', ] ] */ ];