Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Application string Environment string Server struct { Host string Port int Secret string } Database struct { URL *url.URL } Redis struct { URL *url.URL } Session struct { Name string Secure bool MaxAge int } IdentityToken struct { MaxAge int } VerificationToken struct { MaxAge int } Mailer struct { Host string Port int Username string Password string Sender string Timeout int } }
Click to show internal directories.
Click to hide internal directories.