/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
dev/tests/setup-integration/etc/install-config-mysql.php.dist
36 строк
1 KB
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
11 ноя 2025, 17:53
11 ноя 2025, 17:53
f22b64f
Код
Авторство
О чём код?
<?php /** * Copyright 2017 Adobe * All Rights Reserved. */ return [ 'default' => [ 'db-host' => '{{db-host}}', 'db-user' => '{{db-user}}', 'db-password' => '{{db-password}}', 'db-name' => '{{db-name}}', 'db-init-statements' => '{{db-init-statements}}', 'db-prefix' => '', 'backend-frontname' => 'admin', 'admin-user' => 'admin', 'admin-password' => '123123q', 'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL, 'admin-firstname' => \Magento\TestFramework\Bootstrap::ADMIN_FIRSTNAME, 'admin-lastname' => \Magento\TestFramework\Bootstrap::ADMIN_LASTNAME, 'enable-modules' => 'Magento_TestSetupModule2,Magento_TestSetupModule1,Magento_Backend', 'disable-modules' => 'all' ], 'shard_one' => [ 'host' => '{{db-host}}', 'username' => '{{db-user}}', 'password' => '{{db-password}}', 'dbname' => '{{db-sales}}' ], 'shard_two' => [ 'host' => '{{db-host}}', 'username' => '{{db-user}}', 'password' => '{{db-password}}', 'dbname' => '{{db-checkout}}' ] ];