b32b12b2 by astaxie

add some comments

1 parent e88c2be0
Showing 1 changed file with 7 additions and 7 deletions
...@@ -39,13 +39,13 @@ var ( ...@@ -39,13 +39,13 @@ var (
39 SessionSavePath string // session savepath if use mysql/redis/file this set to the connectinfo 39 SessionSavePath string // session savepath if use mysql/redis/file this set to the connectinfo
40 UseFcgi bool 40 UseFcgi bool
41 MaxMemory int64 41 MaxMemory int64
42 EnableGzip bool // enable gzip 42 EnableGzip bool // enable gzip
43 DirectoryIndex bool //ebable DirectoryIndex default is false 43 DirectoryIndex bool //ebable DirectoryIndex default is false
44 EnbaleHotUpdate bool //enable HotUpdate default is false 44 EnbaleHotUpdate bool //enable HotUpdate default is false
45 HttpServerTimeOut int64 45 HttpServerTimeOut int64 //set httpserver timeout
46 ErrorsShow bool 46 ErrorsShow bool //set weather show errors
47 XSRFKEY string 47 XSRFKEY string //set XSRF
48 CopyRequestBody bool 48 CopyRequestBody bool //When in raw application, You want to the reqeustbody
49 ) 49 )
50 50
51 func init() { 51 func init() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!