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