modify beego
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -32,7 +32,7 @@ func init() { | ... | @@ -32,7 +32,7 @@ func init() { |
| 32 | HttpAddr = "" | 32 | HttpAddr = "" |
| 33 | HttpPort = 8080 | 33 | HttpPort = 8080 |
| 34 | AppName = "beego" | 34 | AppName = "beego" |
| 35 | RunMode = "prod" | 35 | RunMode = "prod" //default runmod |
| 36 | AutoRender = true | 36 | AutoRender = true |
| 37 | RecoverPanic = true | 37 | RecoverPanic = true |
| 38 | ViewsPath = "views" | 38 | ViewsPath = "views" | ... | ... |
-
Please register or sign in to post a comment