This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/config/conf_system.go
landaiqing 908a9d10f2 🎉 Initial commit
2024-08-03 20:34:12 +08:00

9 lines
179 B
Go

package config
// System 系统配置
type System struct {
Host string `yaml:"host"` //主机地址
Port string `yaml:"port"` //端口号
Env string `yaml:"env"` //环境
}