User-flow built for you.
type AppConfig struct {
PublicServer `yaml:"publicServer"`
BackOfficeServer `yaml:"backOfficeServer"`
Database `yaml:"database"`
MailServer `yaml:"mailServer"`
Development `yaml:"development"`
Gin `yaml:"gin"`
PhoneNumberTemplates `yaml:"phoneNumberTemplates"`
MailTemplates `yaml:"mailTemplates"`
SmartUI `yaml:"smartUI"`
Authentication `yaml:"authentication"`
Headers `yaml:"headers"`
Drive `yaml:"drive"`
}