|
|
@@ -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',
|
|
|
@@ -38,10 +38,6 @@ $config = [
|
|
|
],
|
|
|
],
|
|
|
'db' => require(__DIR__ . '/db.php'),
|
|
|
- 'urlManager' => [
|
|
|
- 'enablePrettyUrl' => true,
|
|
|
- 'showScriptName' => false,
|
|
|
- ],
|
|
|
],
|
|
|
'params' => $params,
|
|
|
];
|