|
- <?php
- /**
- *
- * ============================================================================
- * * 版权所有 蜘蛛出行 * *
- * 网站地址: http://www.zhizhuchuxing.com
- * ----------------------------------------------------------------------------
- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
- * 使用;不允许对程序代码以任何形式任何目的的再发布。
- * ============================================================================
- * Author By: 倪宗锋
- * PhpStorm site.product.config.php
- * Create By 2016/11/10 10:34 $
- */
- return array(
- 'memcache_host' => '139.224.30.29',
- 'memcache_port' => 11211,
- 'send_phone' => 'http://hprpt2.eucp.b2m.cn:8080/',//发送短信服务器地址
- 'base_url' => '',
- 'host_name' => 'http://wx.zhizhuchuxing.com',
- 'img_host' => 'http://img.zhizhuchuxing.cn',//图片服务器地址
- 'cs_host' => 'http://cs.zhizhuchuxing.com',//cs后台系统
- 'cs1_host' => 'http://cs1.zhizhuchuxing.com',
- 'wx_get_token' => 'http://wx.zhizhuchuxing.com',
- );
|