Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb.blunetdev.com/frontend/config/
Upload File :
Current File : /var/www/html/dynaweb.blunetdev.com/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' => '0qdcukwExKe_LaInQeYKj9FYwF3XROZR',
        ],
    ],
];

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;