main-local.php 235 Bytes
Newer Older
1
<?php
2
return [
3 4 5 6 7 8
    'components' => [
        'request' => [
            // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
            'cookieValidationKey' => '',
        ],
    ],
9
];