File: /home/emblazeone/public_html/master-template/backend/config/main-local.php
<?php
$config = [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'WbGKMAvLjn1Sg73OEB_xCkagTk5TI_4I',
],
],
];
if (!YII_ENV_TEST) {
// configuration adjustments for 'dev' environment
// $config['bootstrap'][] = 'debug';
// $config['modules']['debug'] = [
// 'class' => 'yii\debug\Module',
// ];
}
return $config;