Documentation
¶
Index ¶
Constants ¶
View Source
const Development = false
View Source
const Version = "v0.20.2"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
Debug map[string]bool
RedisOptions *redis.Options
MySQLHost string
MySQLPort string
MySQLUserName string
MySQLPassword string
MySQLDatabase string
HCaptchaSecretKey string
FrontendDomain string // new frontend web page domain, like next.bgm.tv
MySQLMaxConn int
HTTPPort int
}
func NewAppConfig ¶
func NewAppConfig() AppConfig
Click to show internal directories.
Click to hide internal directories.