42637236 by astaxie

modify beego

1 parent 625dec0a
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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!