Skip to content

Commit 08e0359

Browse files
committed
Add missing examples
1 parent 0569c24 commit 08e0359

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

.env.example

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
OTA_ENGINE_SENDINBLUE_API_KEY='xkeysib-3f51c…'
2-
OTA_ENGINE_SMTP_PASSWORD='password'
1+
# Open Terms Archive Engine - Environment Variables Example
2+
# Copy this file to .env and fill in your actual values
33

4-
# If both GitHub and GitLab tokens are defined, GitHub takes precedence for dataset publishing
5-
OTA_ENGINE_GITHUB_TOKEN=ghp_XXXXXXXXX
4+
OTA_ENGINE_GITHUB_TOKEN=your_github_token_here
5+
OTA_ENGINE_GITLAB_TOKEN=your_gitlab_token_here
6+
OTA_ENGINE_GITLAB_RELEASES_TOKEN=your_gitlab_releases_token_here
7+
OTA_ENGINE_SENDINBLUE_API_KEY=your_sendinblue_api_key_here
8+
OTA_ENGINE_SMTP_PASSWORD=your_smtp_password_here
69

7-
OTA_ENGINE_GITLAB_TOKEN=XXXXXXXXXX
8-
OTA_ENGINE_GITLAB_RELEASES_TOKEN=XXXXXXXXXX
10+
HTTP_PROXY=http://proxy.example.com:8080
11+
HTTPS_PROXY=https://proxy.example.com:8080
12+
13+
# Alternative lowercase versions (some systems prefer these)
14+
http_proxy=http://proxy.example.com:8080
15+
https_proxy=https://proxy.example.com:8080
16+
17+
# Disable headless mode for Puppeteer (shows browser window)
18+
FETCHER_NO_HEADLESS=1
19+
20+
# Disable Chrome sandbox (required for some Docker environments)
21+
FETCHER_NO_SANDBOX=1

0 commit comments

Comments
 (0)