mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-11-24 08:47:04 +08:00
*
This commit is contained in:
21
conf/app.conf
Normal file
21
conf/app.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
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=192.168.3.104
|
||||
db_port=3306
|
||||
db_database=webhook_db
|
||||
db_username=root
|
||||
db_password=123456
|
||||
|
||||
queue_size=50
|
||||
22
conf/app.conf.example
Normal file
22
conf/app.conf.example
Normal file
@@ -0,0 +1,22 @@
|
||||
appname = smartwebhook
|
||||
# httpaddr = 127.0.0.1
|
||||
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=webhook_db
|
||||
db_username=root
|
||||
db_password=123456
|
||||
|
||||
queue_size=50
|
||||
Reference in New Issue
Block a user