提交server 内容
This commit is contained in:
23
wechat_ipad/server/conf/app-http.conf
Normal file
23
wechat_ipad/server/conf/app-http.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
appname = wechatwebapi
|
||||
httpaddr = ""
|
||||
httpport = 8005
|
||||
runmode = prod
|
||||
viewspath = "template"
|
||||
autorender = false
|
||||
copyrequestbody = true
|
||||
EnableDocs = true
|
||||
redislink = 192.144.228.103:6379
|
||||
redispass = "Zhenhao2017"
|
||||
redisdbnum = 1
|
||||
ocrurl = "http://150.158.2.208:9008/api/UnBan/WXSliderOCR"
|
||||
syncmessagebusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/SyncMessage"
|
||||
logoutbusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/logoutSys"
|
||||
|
||||
sessionon = true
|
||||
|
||||
SessionName = "wicgo"
|
||||
ServerName = "wicgo"
|
||||
|
||||
longlinkenabled = false
|
||||
longlinkconnecttimeout = "1m"
|
||||
|
||||
22
wechat_ipad/server/conf/app-tcp.conf
Normal file
22
wechat_ipad/server/conf/app-tcp.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
appname = wechatwebapi
|
||||
httpaddr = ""
|
||||
httpport = 8006
|
||||
runmode = prod
|
||||
viewspath = "template"
|
||||
autorender = false
|
||||
copyrequestbody = true
|
||||
EnableDocs = true
|
||||
redislink = 150.158.2.208:6379
|
||||
redispass = "Zhenhao2017"
|
||||
redisdbnum = 1
|
||||
ocrurl = "http://150.158.2.208:9008/api/UnBan/WXSliderOCR"
|
||||
syncmessagebusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/SyncMessage"
|
||||
logoutbusinessuri = "http://150.158.2.208:9100/wic/wechat/{0}/logoutSys"
|
||||
|
||||
sessionon = true
|
||||
|
||||
SessionName = "wicgo"
|
||||
ServerName = "wicgo"
|
||||
|
||||
longlinkenabled = true
|
||||
longlinkconnecttimeout = "1m"
|
||||
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