Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool File ini.File DbConnString string DbMaxConn int ListenAddr string ListenPort int Timeout int EmailSvc string StorageSvc string StaticURL string MediaURL string AdminEmail string EmailAdminErrors bool DefaultFromEmail string DefaultLang string Environment string Scheme string Domain string }
Config is the base config structure for the application
func LoadConfig ¶
LoadConfig loads the global app config
Click to show internal directories.
Click to hide internal directories.