Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultHost = func() string { return viper.GetString("host_default") } RootDomain = func() string { return viper.GetString("root_domain") } ListenHTTP = func() string { return viper.GetString("listen_http") } ListenHTTPS = func() string { return viper.GetString("listen_https") } LogLevel = func() string { return viper.GetString("log_level") } LogFormat = func() string { return viper.GetString("log_format") } LogOutput = func() string { return viper.GetString("log_output") } LogPretty = func() bool { return viper.GetBool("log_pretty") } LogBackups = func() int { return viper.GetInt("log_backups") } AccessLogOutput = func() string { return viper.GetString("log_access_output") } GoogleRecaptchaSecret = func() string { return viper.GetString("google_recaptcha_secret") } ConsoleProxyURL = func() string { return viper.GetString("console_proxy_url") } )
define main configs.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.