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

thinkphp端口配置

相关文章:

  • 2021-09-05
  • 2021-12-20
  • 2021-11-29
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-29
  • 2021-09-15
  • 2021-07-30
  • 2022-01-21
  • 2021-07-03
  • 2021-08-01
  • 2021-07-20
相关资源
相似解决方案