File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
content/collections/reference Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ title: Environment Variables
3
3
weight : 4
4
4
---
5
5
6
- ## Environment Variables
6
+ ## Environment variables
7
7
8
- Environment variables can be used to configure sensitive information:
8
+ This reference documentation details all available environment variables that can be used to configure sensitive information.
9
9
10
- {{< configOption name="OTA_ENGINE_SMTP_PASSWORD" type="string" description="SMTP password for email notifications." >}}
10
+ ### Engine
11
+
12
+ {{< configOption name="OTA_ENGINE_SMTP_PASSWORD" type="string" description="SMTP password for email error notifications." >}}
11
13
12
14
{{< configOption name="OTA_ENGINE_SENDINBLUE_API_KEY" type="string" description="API key for SendInBlue." >}}
13
15
@@ -16,3 +18,9 @@ Environment variables can be used to configure sensitive information:
16
18
{{< configOption name="OTA_ENGINE_GITLAB_TOKEN" type="string" description="GitLab token for API access." >}}
17
19
18
20
{{< configOption name="OTA_ENGINE_GITLAB_RELEASES_TOKEN" type="string" description="GitLab token for dataset releases." >}}
21
+
22
+ ---
23
+
24
+ ### Federation API
25
+
26
+ {{< configOption name="OTA_FEDERATION_API_SMTP_PASSWORD" type="string" description="SMTP password for email error notifications." >}}
You can’t perform that action at this time.
0 commit comments