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