4 Star 9 Fork 5

Gitee 极速下载 / qc_classrom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/qcminecraft/qc_classrom
克隆/下载
config.tpl.php 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
青草科技 提交于 2019-02-27 18:24 . 删除有效时间,增加UFT8头
<?php
/**
* ___ ____ _
* / _ \ / ___| | __ _ ___ ___ _ __ ___ ___ _ __ ___
*| | | | | | |/ _` / __/ __| '__/ _ \ / _ \| '_ ` _ \
*| |_| | |___| | (_| \__ \__ \ | | (_) | (_) | | | | | |
* \__\_\\____|_|\__,_|___/___/_| \___/ \___/|_| |_| |_|
* 青草课堂 - config.tpl.php
* Copyright (c) 2015 - 2019.,QCTech ,All rights reserved.
* Created by: QCTech
* Created Time: 2019-01-23 - 12:24
*/
// -=这里是青草课堂的配置文件=-
// 注意:所有项目都是必填项,否则程序无法正常运行!
DEFINE("DEBUG", true); //是否开启调试模式,建议不在生产环境中启用
DEFINE("DEMO", false); //是否开启演示模式,请勿启用!
// ========================//
// 数据库配置 //
// ========================//
$Config["database"]["address"] = "localhost"; //数据库地址
$Config["database"]["port"] = 3306; //数据库端口
$Config["database"]["username"] = "root"; //数据库账号
$Config["database"]["password"] = ""; //数据库密码
$Config["database"]["name"] = "edu"; //数据库名称
// ========================//
// 网站配置 //
// ========================//
$Config["website"]["domain"] = ""; //网站域名
$Config["website"]["title"] = "青草课堂"; //网站标题
$Config["website"]["subtitle"] = "网络在线教育智能直播课堂解决方案"; //网站副标题
$Config["website"]["static"] = "/assets/"; //网站静态资源目录,可以跨域名
$Config["website"]["https"] = true; //是否启用SSL
// ========================//
// 域名配置 //
// ========================//
$Config["domain"]["video"] = ""; //视频播放域名
$Config["domain"]["live_stream"] = ""; //直播推流域名
$Config["domain"]["live_play"] = ""; //直播播放域名
// ========================//
// 腾讯云配置 //
// ========================//
$Config["qcloud"]["appid"] = 233333; //腾讯云AppId
$Config["qcloud"]["sid"] = ""; //腾讯云密钥ID
$Config["qcloud"]["skey"] = ""; //腾讯云密钥Key
$Config["qcloud"]["smsid"] = ""; //腾讯云短信appid
$Config["qcloud"]["smskey"] = ""; //腾讯云短信Key
$Config["qcloud"]["CDN_KEY"] = ""; //腾讯云Token 鉴权Key
// ========================//
// Geetest配置 //
// ========================//
$Config["geetest"]["id"] = ""; //极验id
$Config["geetest"]["key"] = ""; //极验key
// -= 配置文件结束 =-
1
https://gitee.com/mirrors/qc_classrom.git
git@gitee.com:mirrors/qc_classrom.git
mirrors
qc_classrom
qc_classrom
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891