diff --git a/config.go b/config.go index e9a76b9a..93fa24fb 100644 --- a/config.go +++ b/config.go @@ -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,