1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 03:34:12 +00:00

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"