bug fix: config items
This commit is contained in:
parent
de5704b90e
commit
a58cb65486
|
|
@ -1,8 +1,11 @@
|
||||||
package gin
|
package gin
|
||||||
|
|
||||||
//GIN 配置
|
// GIN 配置
|
||||||
type Config struct {
|
type Config struct {
|
||||||
RootPath string
|
RootPath string
|
||||||
Addr string
|
Addr string
|
||||||
Port int
|
Port int
|
||||||
|
Ssl bool
|
||||||
|
SslPem string
|
||||||
|
SslKey string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue