main-local.php 340 Bytes
<?php
$baseUrl = 'http://smart.zhoundlee.com/app-wx/web/';
$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;