mirror of https://github.com/mindoc-org/mindoc.git
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
appname = smartwebhook
|
|
httpport = 8181
|
|
runmode = dev
|
|
sessionon = true
|
|
sessionname = smart_webhook_id
|
|
copyrequestbody = true
|
|
|
|
#生成回调地址时完整的域名
|
|
base_url = https://hook.iminho.me
|
|
|
|
#时区设置
|
|
timezone = Asia/Shanghai
|
|
|
|
#数据库配置
|
|
db_host=127.0.0.1
|
|
db_port=3306
|
|
db_database=mindoc_db
|
|
db_username=root
|
|
db_password=123456
|
|
|
|
#项目默认封面
|
|
cover=/static/images/book.jpg |