new-support.webeffector.ru/backend/config/test.php

16 lines
327 B
PHP
Raw Permalink Normal View History

2024-06-13 17:07:58 +03:00
<?php
return [
'id' => 'app-backend-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
'request' => [
'cookieValidationKey' => 'test',
],
],
];