guild/environments/prod/frontend/config/main-local.php

10 lines
235 B
PHP
Raw Normal View History

2018-10-11 11:15:09 +03:00
<?php
return [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '',
],
],
];