retablish port
This commit is contained in:
parent
6af13d4f0d
commit
c8038f42c1
2
main.go
2
main.go
@ -32,7 +32,7 @@ func main() {
|
||||
*/
|
||||
// Beego init
|
||||
beego.BConfig.AppName = appname
|
||||
beego.BConfig.Listen.HTTPPort = 8080
|
||||
beego.BConfig.Listen.HTTPPort = o.GetIntDefault("port", 8080)
|
||||
beego.BConfig.WebConfig.DirectoryIndex = true
|
||||
beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user