Skip to content

Commit 5105c32

Browse files
committed
Fix environment variables
1 parent 9e67532 commit 5105c32

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/collections/reference/environment-variables.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ title: Environment Variables
33
weight: 4
44
---
55

6-
## Environment Variables
6+
## Environment variables
77

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.
99

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." >}}
1113

1214
{{< configOption name="OTA_ENGINE_SENDINBLUE_API_KEY" type="string" description="API key for SendInBlue." >}}
1315

@@ -16,3 +18,9 @@ Environment variables can be used to configure sensitive information:
1618
{{< configOption name="OTA_ENGINE_GITLAB_TOKEN" type="string" description="GitLab token for API access." >}}
1719

1820
{{< 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." >}}

0 commit comments

Comments
 (0)