Init All Docs
This commit is contained in:
@@ -30,6 +30,7 @@ type Config struct {
|
||||
Log Log `mapstructure:"log"`
|
||||
S3Config S3Config `mapstructure:"s3"`
|
||||
OnlyOffice OnlyOffice `mapstructure:"onlyoffice"`
|
||||
Novu Novu `mapstructure:"novu"`
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -85,3 +86,10 @@ type OnlyOffice struct {
|
||||
URL string `mapstructure:"url"`
|
||||
Token string `mapstructure:"token"`
|
||||
}
|
||||
|
||||
type Novu struct {
|
||||
APIKey string `mapstructure:"api_key"`
|
||||
ApplicationID string `mapstructure:"application_id"`
|
||||
BaseURL string `mapstructure:"base_url"`
|
||||
IncomingLetterWorkflowID string `mapstructure:"incoming_letter_workflow_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user