Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { DatabaseUrl string // Database URL SmtpConfig SMTPConfig // SMTP Client config ListenIP string // Hostname:port this server will listen on StoragePath string // File storage path BackendURL string // Public DNS domain this server is reachable from VerificationEmailSubject string // String with verification email subject VerificationEmailBodyTemplate string // Template that receives the email verification token StaticPath string // Static file path }
Click to show internal directories.
Click to hide internal directories.