4 Star 7 Fork 2

Gitee 极速下载 / aidigu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aidigu/aidigu
克隆/下载
example_env 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
T1anjiu 提交于 2023-12-10 11:38 . 更新example_env部分配置参数解释
#基础配置
#除非你是专业人员正在对网站进行调试,否则在何种情况下都应该默认将'debug'项和'trace'项的值设置为False
[app]
debug = true #调试模式
trace = true #详细日志
urlDomainRoot = weibo.test #网站URL
chatSocketDomain = ws://weibo.test/
staticDomain =
beian=xxxxxxx #填入备案号
noRegister = false #禁止注册
[database]
type = mysql
hostname = 127.0.0.1
database = #数据库名
username = root #数据库用户名
password = root #数据库密码
hostport = 3306 #数据库端口,默认为3306
charset = utf8mb4 #数据库字符集
prefix = #数据库表前缀,默认为wb_
debug = true #数据库调试模式
#进阶配置
[storage]
type = File
[s3Config] #AWS API调用
awsAccessKey = ERFSEGEHSEF
awsSecretKey = DVFASSADVFFSADSADASD
bucket = test
endpoint = http://192.168.1.11/
region = 中国华北一区
[wechat] #微信API调用
app_id = wadfas
secret = sdfasdaasdffdsg
token = asdfasdfdsfdddadweqwdeff
aes_key = ''
callback = /examples/oauth_callback.php
PHP
1
https://gitee.com/mirrors/aidigu.git
git@gitee.com:mirrors/aidigu.git
mirrors
aidigu
aidigu
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891