1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-29 18:41:50 +00:00

add some comments

This commit is contained in:
astaxie 2013-07-25 15:40:33 +08:00
parent e88c2be013
commit b32b12b208

View File

@ -42,10 +42,10 @@ var (
EnableGzip bool // enable gzip EnableGzip bool // enable gzip
DirectoryIndex bool //ebable DirectoryIndex default is false DirectoryIndex bool //ebable DirectoryIndex default is false
EnbaleHotUpdate bool //enable HotUpdate default is false EnbaleHotUpdate bool //enable HotUpdate default is false
HttpServerTimeOut int64 HttpServerTimeOut int64 //set httpserver timeout
ErrorsShow bool ErrorsShow bool //set weather show errors
XSRFKEY string XSRFKEY string //set XSRF
CopyRequestBody bool CopyRequestBody bool //When in raw application, You want to the reqeustbody
) )
func init() { func init() {