guild/environments/prod/frontend/config/main-local.php
2018-10-11 11:15:09 +03:00

10 lines
235 B
PHP

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