fitness-web/environments/cutlergyor/apache2/config/mobileapi/main-local.php
2022-06-11 21:05:19 +02:00

23 lines
585 B
PHP

<?php
$config = [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'cutler_prod_mobileapi_UTVb6_cw5UgJ4jukRO3ftYIxGBUfTJJw',
],
],
];
//if (!YII_ENV_TEST) {
// // configuration adjustments for 'dev' environment
// $config['bootstrap'][] = 'debug';
// $config['modules']['debug'] = 'yii\debug\Module';
//
// $config['bootstrap'][] = 'gii';
// $config['modules']['gii'] = 'yii\gii\Module';
//}
return $config;