Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Database
DatabaseURL string
// Redis
RedisAddr string
RedisPassword string
// PASETO
PasetoSecretKey string // 32-byte hex-encoded symmetric key
// SMTP / Mailer
SMTPHost string
SMTPUser string
SMTPPassword string
EmailFrom string
// Logging
LogLevel string // debug | info | warn | error
LogFormat string // json | text
// Server
HTTPPort string
ReadTimeout time.Duration
WriteTimeout time.Duration
ShutdownTimeout time.Duration
// PASETO TTL
TokenTTL time.Duration
// Mailer Port
SMTPPort int
}
Click to show internal directories.
Click to hide internal directories.