cleaned up the key so that it can be filled up with a random key automatically when installed.
This commit is contained in:
parent
d2840ad8fc
commit
a6b38ddef6
@ -9,7 +9,7 @@ $config = [
|
|||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
'request' => [
|
||||||
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
||||||
'cookieValidationKey' => 'thisIsAKey',
|
'cookieValidationKey' => '',
|
||||||
],
|
],
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'class' => 'yii\caching\FileCache',
|
'class' => 'yii\caching\FileCache',
|
||||||
|
Loading…
Reference in New Issue
Block a user