thinkphp-wechat/application/install/config/app.php
Wenbin.Wang d49c9fde59 代码
2021-12-24 16:40:05 +08:00

15 lines
451 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* 安装程序配置文件
*/
return array(
//产品配置
'install_product_name' => 'DolphinPHP', //产品名称
'install_website_domain' => 'http://www.dolphinphp.com', //官方网址
'install_company_name' => '广东卓锐软件有限公司', //公司名称
'original_table_prefix' => 'dp_', //默认表前缀
// 安装配置
'install_table_total' => 253, // 安装时需执行的sql语句数量
);