main-local.php
329 Bytes
<?php
$baseUrl = 'http://smart.zhoundlee.com/';
$config = [
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'lF4Z0FWAFtgAtSU7wpm3b7axMf-rES-B',
],
],
];
return $config;