/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
dev/tests/integration/testsuite/Magento/Deploy/_files/config.php
29 строк
901 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 10:44
22 окт 2025, 10:44
264bea2
Код
Авторство
О чём код?
<?php /** * Copyright 2017 Adobe * All Rights Reserved. */ return [ 'scopes' => [ 'websites' => [] ], /** * Shared configuration was written to config.php and system-specific configuration to env.php. * Shared configuration file (config.php) doesn't contain sensitive data for security reasons. * Sensitive data can be stored in the following environment variables: * CONFIG__DEFAULT__SOME__CONFIG__PATH_ONE for some/config/path_one * CONFIG__DEFAULT__SOME__CONFIG__PATH_TWO for some/config/path_two * CONFIG__DEFAULT__SOME__CONFIG__PATH_THREE for some/config/path_three */ 'system' => [], 'integrationTestImporter' => [ 'someGroup' => [ 'someField' => 'testValue', ] ], 'integrationTestSecondImporter' => [ 'someGroup' => [ 'someField' => 'testSecondValue', ] ], ];