You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
699 B
18 lines
699 B
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | YFCMF [ WE CAN DO IT MORE SIMPLE ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2015-2016 http://www.rainfer.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: rainfer <81818832@qq.com>
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
'template' => [
|
|
'taglib_pre_load' => 'app\\culture\\taglib\\Yf',
|
|
],
|
|
'hostpath'=>'https://xcx.szcaee.cn',
|
|
'aes'=>[
|
|
'key'=>'92dbf2e19f802e68755a0917eb42071b',
|
|
'iv'=>'91828dd543e6db32',
|
|
],
|
|
];
|
|
|