Files

16 lines
325 B
PHP
Raw Permalink Normal View History

2024-09-19 11:32:39 +08:00
<?php
return [
'id' => 'app-admin-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
'request' => [
'cookieValidationKey' => 'test',
],
],
];