1 Star 0 Fork 49

龙人 / tpcms

forked from ThinkPHP / tpcms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php.bak 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
return array (
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_name' => 'cms',
'db_user' => 'root',
'db_pwd' => '',
'db_port' => 3306,
'db_prefix' => 'tp_',
'web_name' => 'CMS网',
'web_url' => 'http://cms.demo.com/',
'web_path' => '/',
'web_icp' => '粤ICP备000000号',
'CRON_MAX_TIME' => 60,
'web_copyright' => '',
'web_tongji' => '',
'web_admin_pagenum' => 20,
'web_home_pagenum' => 15,
'web_adsensepath' => 'Public/Banner',
);
?>
PHP
1
https://gitee.com/long_ren/tpcms.git
git@gitee.com:long_ren/tpcms.git
long_ren
tpcms
tpcms
master

搜索帮助