🎉 Initial commit
This commit is contained in:
8
config/conf_system.go
Normal file
8
config/conf_system.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
// System 系统配置
|
||||
type System struct {
|
||||
Host string `yaml:"host"` //主机地址
|
||||
Port string `yaml:"port"` //端口号
|
||||
Env string `yaml:"env"` //环境
|
||||
}
|
Reference in New Issue
Block a user