1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-23 23:40:19 +00:00

Set default Beego RunMode to production

This commit is contained in:
Waleed Gadelkareem
2018-03-02 18:23:20 +01:00
committed by GitHub
parent f16688817a
commit 3c9ed48630

View File

@ -188,7 +188,7 @@ func recoverPanic(ctx *context.Context) {
func newBConfig() *Config {
return &Config{
AppName: "beego",
RunMode: DEV,
RunMode: PROD,
RouterCaseSensitive: true,
ServerName: "beegoServer:" + VERSION,
RecoverPanic: true,