28 Star 349 Fork 205

guchengwuyue/yshop-gin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.go 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
package conf
type App struct {
JwtSecret string `mapstructure:"jwt-secret" yaml:"jwt-secret"`
PageSize int `mapstructure:"page-size" yaml:"page-size"`
PrefixUrl string `mapstructure:"prefix-url" yaml:"prefix-url"`
RuntimeRootPath string `mapstructure:"runtime-root-path" yaml:"runtime-root-path"`
ImageSavePath string `mapstructure:"image-save-path" yaml:"image-save-path"`
ImageMaxSize int `mapstructure:"image-max-size" yaml:"image-max-size"`
ImageAllowExts []string `mapstructure:"image-allow-exts" yaml:"image-allow-exts"`
ExportSavePath string `mapstructure:"export-save-path" yaml:"export-save-path"`
QrCodeSavePath string `mapstructure:"qrcode-save-path" yaml:"qrcode-save-path"`
FontSavePath string `mapstructure:"font-save-path" yaml:"font-save-path"`
LogSavePath string `mapstructure:"log-save-path" yaml:"log-save-path"`
LogSaveName string `mapstructure:"log-save-name" yaml:"log-save-name"`
LogFileExt string `mapstructure:"log-file-ext" yaml:"log-file-ext"`
TimeFormat string `mapstructure:"time-format" yaml:"time-format"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/guchengwuyue/yshop-gin.git
git@gitee.com:guchengwuyue/yshop-gin.git
guchengwuyue
yshop-gin
yshop-gin
master

搜索帮助