8 Star 18 Fork 9

daxia / xssplatform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.php 1.31 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Small day 提交于 2021-11-30 16:37 . 更新配置文件
<?php
$config = array(
'dbHost' => '127.0.0.1',
'dbUser' => 'root',
'dbPwd' => '123456',
'database' => 'xssplatform',
'charset' => 'utf8',
'tbPrefix' => 'oc_',
'dbType' => 'mysql',
'register' => 'normal',
'mailauth' => false,
'urlroot' => 'http://lyj.xssplatform.net',
'urlrewrite' => false,
'filepath' => 'D:/phpstudy_pro/WWW/xssplatform/upload',
'fileprefix' => 'http://lyj.xssplatform.net/upload',
'theme' => 'default',
'template' => 'default',
'show' =>
array(
'sitename' => 'XSS平台',
'sitedesc' => '',
'keywords' => '技术交流,程序员,设计,项目,创业,技术,网络安全,技术文章,1.2',
'description' => '',
'adminmail' => '',
),
'point' =>
array(
'award' =>
array(
'publish' => 2,
'comment' => 2,
'invitereg' => 10,
),
),
'timezone' => 'Asia/Shanghai',
'expires' => 3600,
'debug' => true,
// 邮件配置
'email'=>[
'host'=>'', // 服务器地址 如:smtp.qq.com
'username'=>'', // 用户名
'password'=>'', // 授权码
],
// 钉钉配置
'dingding'=>[
'keyword'=>'最新消息'
]
);
PHP
1
https://gitee.com/songboy/xssplatform.git
git@gitee.com:songboy/xssplatform.git
songboy
xssplatform
xssplatform
master

搜索帮助