Files
newsgo/config/config.go
ungrentquest 2fd20db19b Adopt cobra & viper.
Define build sign and serve subcommands
2025-04-19 23:11:19 +00:00

22 lines
443 B
Go

package config
type Conf struct {
NewsDir string
StatsFile string
I2P bool
Http string
SamAddr string
NewsFile string
BlockList string
ReleaseJsonFile string
FeedTitle string
FeedSubtitle string
FeedSite string
FeedMain string
FeedBackup string
FeedUuid string
BuildDir string
SignerId string
SigningKey string
}