Blame view

environments/prod/app-wx/config/main-local.php 329 Bytes
753bd90e   曹明   1.APP-wx 代码初始化。
1
<?php
c5fc49f7   曹明   1. 微信扫码功能集成。
2
$baseUrl = 'http://smart.zhoundlee.com/';
753bd90e   曹明   1.APP-wx 代码初始化。
3
4
5
6
7
8
9
10
11
12
$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;