| Current Path : /var/www/html/portalv3/frontend/config/ |
| Current File : /var/www/html/portalv3/frontend/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' => 'pKiL43-7996PqZECbNYw3HI0FGvM2pCH',
],
],
];
if (YII_ENV_TEST) {
// configuration adjustments for 'dev' environment
// $config['bootstrap'][] = 'debug';
// $config['modules']['debug'] = [
// 'class' => 'yii\debug\Module',
// 'allowedIPs' => ['*']
// ];
// $config['bootstrap'][] = 'gii';
// $config['modules']['gii'] = [
// 'class' => 'yii\gii\Module',
// 'allowedIPs' => ['*']
// ];
}
return $config;