gin默认端口为8080
This commit is contained in:
parent
ccdcfc4ebc
commit
ae30e2c0de
|
|
@ -16,7 +16,7 @@ func Service(conf *Config) {
|
|||
conf = &Config{
|
||||
RootPath: "/",
|
||||
Addr: "0.0.0.0",
|
||||
Port: 80,
|
||||
Port: 8080,
|
||||
Ssl: false,
|
||||
SslPem: "server.pem",
|
||||
SslKey: "server.key",
|
||||
|
|
|
|||
Loading…
Reference in New Issue