1 Star 0 Fork 3

时光_你牵绊着我的少年岁月/ThinkPHP_Backend_System

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.php 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
水木 提交于 2015-03-22 11:19 +08:00 . Update config.php
<?php
return array (
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_name' => 'thinkphp_system',
'db_user' => 'root',
'db_pwd' => 'root',
'db_port' => 3306,
'db_prefix' => 'tp_',
'SMTP_SERVER' => 'smtp.163.com',
'SMTP_PORT' => 25,
'SMTP_USER_EMAIL' => '4u4v@163.com',
'SMTP_USER' => '4u4v@163.com',
'SMTP_PWD' => '15083523531',
'SMTP_MAIL_TYPE' => 'HTML',
'SMTP_TIME_OUT' => 60,
'SMTP_AUTH' => 1,
'web_name' => 'CMS网站后台管理系统',
'web_url' => 'http://localhost/ThinkPHP_Backend_System/',
'web_path' => '/',
'web_icp' => '闽ICP备12345678号',
'CRON_MAX_TIME' => 60,
'web_copyright' => 'Copyright © <a href="http://studio.js.cn" target="_blank">水木工作室</a> 版权所有',
'web_tongji' => '',
'web_admin_pagenum' => 20,
'web_home_pagenum' => 15,
'web_adsensepath' => 'Public/Banner',
'DB_BACKUP' => 'admin/backup',
);
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/leegan/ThinkPHP_Backend_System.git
git@gitee.com:leegan/ThinkPHP_Backend_System.git
leegan
ThinkPHP_Backend_System
ThinkPHP_Backend_System
master

搜索帮助

371d5123 14472233 46e8bd33 14472233