Blog/config/system.go

15 lines
326 B
Go
Raw Permalink Normal View History

2024-03-21 07:25:12 +00:00
package config
type systemConfig struct {
AppName string
Version float32
CurrentDir string
ThemesDir string
GitHookUrl string
AppRepository string
DocumentDir string
DocumentAssetsDir string
DocumentContentDir string
DocumentExtraNavDir string
}