11 lines
236 B
PHP
Executable File
11 lines
236 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'components' => [
|
|
'request' => [
|
|
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
|
'cookieValidationKey' => '',
|
|
],
|
|
],
|
|
];
|