Files
xk-api-yii/admin/config/test.php
2024-09-19 11:32:39 +08:00

16 lines
325 B
PHP

<?php
return [
'id' => 'app-admin-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
'request' => [
'cookieValidationKey' => 'test',
],
],
];