Skip to content

Commit 451bb8f

Browse files
authored
Remove notifier module (#213)
2 parents f5e4207 + 57ca999 commit 451bb8f

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

content/collections/reference/configuration.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,6 @@ The fetcher section configures how the engine retrieves documents from the web.
6767
default="en"
6868
/>}}
6969

70-
### Notifier
71-
72-
The notifier section sets up how notifications are sent when new versions of terms are recorded.
73-
74-
{{< refItem
75-
name="notifier.sendInBlue.updatesListId"
76-
type="string"
77-
description="SendInBlue contacts list ID of persons to notify on terms updates."
78-
default="850"
79-
/>}}
80-
81-
{{< refItem
82-
name="notifier.sendInBlue.updateTemplateId"
83-
type="string"
84-
description="SendInBlue email template ID used for updates notifications."
85-
default="7"
86-
/>}}
87-
8870
### Logger
8971

9072
The logger section configures logging and error notification settings.
@@ -93,21 +75,18 @@ The logger section configures logging and error notification settings.
9375
name="logger.smtp.host"
9476
type="string"
9577
description="SMTP server hostname."
96-
default="smtp-relay.brevo.com"
9778
/>}}
9879

9980
{{< refItem
10081
name="logger.smtp.port"
10182
type="number"
10283
description="SMTP server port."
103-
default="587"
10484
/>}}
10585

10686
{{< refItem
10787
name="logger.smtp.username"
10888
type="string"
10989
description="Username for SMTP server authentication."
110-
default="admin@opentermsarchive.org"
11190
/>}}
11291

11392
{{< refItem

content/collections/reference/environment-variables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This reference documentation details all available environment variables that ca
1111

1212
{{< refItem name="OTA_ENGINE_SMTP_PASSWORD" type="string" description="SMTP password for email error notifications." />}}
1313

14-
{{< refItem name="OTA_ENGINE_SENDINBLUE_API_KEY" type="string" description="API key for SendInBlue." />}}
15-
1614
{{< refItem name="OTA_ENGINE_GITHUB_TOKEN" type="string" description="GitHub token for API access and dataset publishing. If both GitHub and GitLab tokens are configured, GitHub takes precedence for dataset publishing." />}}
1715

1816
{{< refItem name="OTA_ENGINE_GITLAB_TOKEN" type="string" description="GitLab token for API access and dataset publishing. Used only if GitHub token is not configured." />}}

content/deployment/how-to/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This section describes how to configure the engine to use a specific SMTP server
232232
},
233233
```
234234

235-
> **Note**: If the default port (587) is blocked by your hosting provider, you can try using 2525 as an alternative.
235+
> **Note**: If port 587 is blocked by your hosting provider, you can try using 2525 as an alternative.
236236

237237
3. Store the password in `deployment/.env`:
238238

0 commit comments

Comments
 (0)