/
Ladlen
/
apple
Обзор
Документация
Войти
/
Ladlen
/
apple
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
environments/dev/common/config/codeception-local.php
16 строк
454 B
Ladlen
first commit
22 апр 2020, 02:29
22 апр 2020, 02:29
805134f
Код
Авторство
О чём код?
<?php return yii\helpers\ArrayHelper::merge( require __DIR__ . '/main.php', require __DIR__ . '/main-local.php', require __DIR__ . '/test.php', require __DIR__ . '/test-local.php', [ 'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidationKey' => '', ], ], ] );