Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // App settings. AppVer string AppName string AppUrl string // Server settings. Protocol Scheme Domain string HttpAddr, HttpPort string SshPort int OfflineMode bool DisableRouterLog bool CertFile, KeyFile string StaticRootPath string EnableGzip bool // Security settings. InstallLock bool SecretKey string LogInRememberDays int CookieUserName string CookieRememberName string ReverseProxyAuthUser string // Webhook settings. WebhookTaskInterval int WebhookDeliverTimeout int // Repository settings. RepoRootPath string ScriptType string // Picture settings. PictureService string DisableGravatar bool // Log settings. LogRootPath string LogModes []string LogConfigs []string // Attachment settings. AttachmentPath string AttachmentAllowedTypes string AttachmentMaxSize int64 AttachmentMaxFiles int AttachmentEnabled bool // Time settings. TimeFormat string // Cache settings. CacheAdapter string CacheInternal int CacheConn string EnableRedis bool EnableMemcache bool // Session settings. SessionProvider string SessionConfig *session.Config // Global setting objects. Cfg *goconfig.ConfigFile ConfRootPath string CustomPath string // Custom directory path. ProdMode bool RunUser string // I18n settings. Langs, Names []string )
View Source
var ( MailService *Mailer OauthService *Oauther )
Functions ¶
func NewConfigContext ¶
func NewConfigContext()
NewConfigContext initializes configuration context. NOTE: do not print any log except error.
func NewServices ¶
func NewServices()
Types ¶
Click to show internal directories.
Click to hide internal directories.