beego:change default port

This commit is contained in:
astaxie 2014-05-20 15:40:05 +08:00
parent f215aa4810
commit 3f2a712ba8

View File

@ -104,7 +104,7 @@ func init() {
HttpAddr = ""
HttpPort = 8080
HttpsPort = 443
HttpsPort = 10443
AppName = "beego"