欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

端口配置

程序员文章站 2022-04-10 12:56:22
...
php
return array(
    //'配置项'=>'配置值'
    'MODULE_ALLOW_LIST'    =>    array('Home'),
    'DEFAULT_MODULE'       =>    'Home',  // 默认模块
        
    'APP_URL' => 'http://app.weilan.com',
    'VIP_URL' => 'http://vip.weilan.com',
    'Wap_URL' => 'http://Wap.weilan.com',
    //'VIP_INTER'=>'http://vip.anyicaifu.com:8080/App/AppRequests/index',
    'VIP_INTER'=>'192.168.1.102/App/AppRequests/index',
    //'VIP_INTER'=>'vip.weilan.com/App/AppRequests/index',        
    TMPL_PARSE_STRING=>array('APP_PATH'=>'WapSources'),        
);

端口配置

相关标签: 端口配置