containerized; first fixes; html templates added
This commit is contained in:
@@ -27,10 +27,14 @@ type SMTPConfig struct {
|
||||
Port int `json:"Port"`
|
||||
}
|
||||
|
||||
type TemplateConfig struct {
|
||||
MailDir string `json:"MailDir"`
|
||||
}
|
||||
type Config struct {
|
||||
DB DatabaseConfig `json:"db"`
|
||||
Auth AuthenticationConfig
|
||||
SMTP SMTPConfig `json:"smtp"`
|
||||
DB DatabaseConfig `json:"db"`
|
||||
Auth AuthenticationConfig
|
||||
SMTP SMTPConfig `json:"smtp"`
|
||||
Templates TemplateConfig `json:"templates"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user