16 lines
327 B
PHP
16 lines
327 B
PHP
<?php
|
|
return [
|
|
'id' => 'app-backend-tests',
|
|
'components' => [
|
|
'assetManager' => [
|
|
'basePath' => __DIR__ . '/../web/assets',
|
|
],
|
|
'urlManager' => [
|
|
'showScriptName' => true,
|
|
],
|
|
'request' => [
|
|
'cookieValidationKey' => 'test',
|
|
],
|
|
],
|
|
];
|