cleaned up the key so that it can be filled up with a random key automatically when installed.

This commit is contained in:
Qiang Xue 2014-09-03 10:02:31 -04:00
parent d2840ad8fc
commit a6b38ddef6

View File

@ -9,7 +9,7 @@ $config = [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'thisIsAKey',
'cookieValidationKey' => '',
],
'cache' => [
'class' => 'yii\caching\FileCache',