提交server 内容
This commit is contained in:
23
wechat_ipad/server/conf/app.conf
Normal file
23
wechat_ipad/server/conf/app.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
appname = wxapi
|
||||
httpaddr = "0.0.0.0"
|
||||
httpport = 8058
|
||||
runmode = dev
|
||||
viewspath = "template"
|
||||
autorender = false
|
||||
copyrequestbody = true
|
||||
EnableDocs = true
|
||||
redislink = 192.168.2.40:6379
|
||||
redispass = ""
|
||||
redisdbnum = 7
|
||||
ocrurl = ""
|
||||
syncmessagebusinessuri = ""
|
||||
logoutbusinessuri = ""
|
||||
|
||||
sessionon = true
|
||||
|
||||
SessionName = "wxapi"
|
||||
ServerName = "wxapi"
|
||||
|
||||
longlinkenabled = true
|
||||
longlinkconnecttimeout = "1m"
|
||||
|
||||
Reference in New Issue
Block a user