3f2a712b by astaxie

beego:change default port

1 parent f215aa48
...@@ -104,7 +104,7 @@ func init() { ...@@ -104,7 +104,7 @@ func init() {
104 HttpAddr = "" 104 HttpAddr = ""
105 HttpPort = 8080 105 HttpPort = 8080
106 106
107 HttpsPort = 443 107 HttpsPort = 10443
108 108
109 AppName = "beego" 109 AppName = "beego"
110 110
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!