Secure SMTP listener
This commit is contained in:
@@ -28,6 +28,9 @@ type Config struct {
|
||||
// DB config
|
||||
DB DB
|
||||
|
||||
// TLS config
|
||||
TLS TLS
|
||||
|
||||
// Sentry config
|
||||
Sentry Sentry
|
||||
}
|
||||
@@ -40,6 +43,14 @@ type DB struct {
|
||||
Dialect string
|
||||
}
|
||||
|
||||
// TLS config
|
||||
type TLS struct {
|
||||
Cert string
|
||||
Key string
|
||||
Port string
|
||||
Required bool
|
||||
}
|
||||
|
||||
// Sentry config
|
||||
type Sentry struct {
|
||||
DSN string
|
||||
|
||||
Reference in New Issue
Block a user