mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:20:54 +00:00
modify beego
This commit is contained in:
parent
625dec0a16
commit
4263723691
2
beego.go
2
beego.go
@ -32,7 +32,7 @@ func init() {
|
|||||||
HttpAddr = ""
|
HttpAddr = ""
|
||||||
HttpPort = 8080
|
HttpPort = 8080
|
||||||
AppName = "beego"
|
AppName = "beego"
|
||||||
RunMode = "prod"
|
RunMode = "prod" //default runmod
|
||||||
AutoRender = true
|
AutoRender = true
|
||||||
RecoverPanic = true
|
RecoverPanic = true
|
||||||
ViewsPath = "views"
|
ViewsPath = "views"
|
||||||
|
Loading…
Reference in New Issue
Block a user