thinkphp端口配置

<?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'),        
);

原文地址:https://www.cnblogs.com/yangzailu/p/5820975.html