...
|
...
|
@@ -17,7 +17,7 @@ func init() { |
|
|
web.BConfig.AppName = "project"
|
|
|
web.BConfig.CopyRequestBody = true
|
|
|
web.BConfig.RunMode = "dev"
|
|
|
web.BConfig.Listen.HTTPPort = 8084
|
|
|
web.BConfig.Listen.HTTPPort = 8080
|
|
|
web.BConfig.Listen.EnableAdmin = false
|
|
|
web.BConfig.WebConfig.CommentRouterPath = "/pkg/port/beego"
|
|
|
if os.Getenv("RUN_MODE") != "" {
|
...
|
...
|
|