Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
HTTP http `koanf:"http"`
Database databaseConfig `koanf:"database"`
JWT jwtConfig `koanf:"jwt"`
Storage storageConfig `koanf:"storage"`
Attachments attachmentsConfig `koanf:"attachments"`
WebAuthn webauthnConfig `koanf:"webauthn"`
Cache cacheConfig `koanf:"cache"`
Webhooks webhooksConfig `koanf:"webhooks"`
}
Click to show internal directories.
Click to hide internal directories.