/
pashko
/
siec
Обзор
Документация
Войти
/
pashko
/
siec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
environments/dev/common/config/codeception-local.php
16 строк
454 B
pash lenovo
files
10 окт 2019, 13:33
10 окт 2019, 13:33
6789102
Код
Авторство
О чём код?
<?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' => '', ], ], ] );