Home  >  Article  >  php教程  >  Port configuration

Port configuration

WBOY
WBOYOriginal
2016-08-31 08:40:58859browse
<?<span style="color: #000000;">php
</span><span style="color: #0000ff;">return</span> <span style="color: #0000ff;">array</span><span style="color: #000000;">(
    </span><span style="color: #008000;">//</span><span style="color: #008000;">'配置项'=>'配置值'
    'MODULE_ALLOW_LIST'    =>    <span style="color: #0000ff;">array</span>('Home'),
    'DEFAULT_MODULE'       =>    'Home',  <span style="color: #008000;">//</span><span style="color: #008000;"> 默认模块</span>
        
    'APP_URL' => 'http://app.weilan.com',
    'VIP_URL' => 'http://vip.weilan.com',
    'Wap_URL' => 'http://Wap.weilan.com',
    <span style="color: #008000;">//</span><span style="color: #008000;">'VIP_INTER'=>'http://vip.anyicaifu.com:8080/App/AppRequests/index',</span>
    'VIP_INTER'=>'192.168.1.102/App/AppRequests/index',
    <span style="color: #008000;">//</span><span style="color: #008000;">'VIP_INTER'=>'vip.weilan.com/App/AppRequests/index',        </span>
    TMPL_PARSE_STRING=><span style="color: #0000ff;">array</span>('APP_PATH'=>'WapSources'),<span style="color: #000000;">        
);</span>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn