/var/www/vhosts/nabawater/environments/dev/frontend/config
Edit: /var/www/vhosts/nabawater/environments/dev/frontend/config/main-local.php (475B)
[
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => '',
],
],
];
if (!YII_ENV_TEST) {
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
'class' => Module::class,
];
}
return $config;