-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 808 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Open Terms Archive Engine - Environment Variables Example
# Copy this file to .env and fill in your actual values
OTA_ENGINE_GITHUB_TOKEN=your_github_token_here
OTA_ENGINE_GITLAB_TOKEN=your_gitlab_token_here
OTA_ENGINE_GITLAB_RELEASES_TOKEN=your_gitlab_releases_token_here
OTA_ENGINE_DATAGOUV_API_KEY=your_datagouv_api_key_here
OTA_ENGINE_SMTP_PASSWORD=your_smtp_password_here
HTTP_PROXY=http://proxy.example.com:8080
HTTPS_PROXY=https://proxy.example.com:8080
# Alternative lowercase versions (some systems prefer these)
# http_proxy=http://proxy.example.com:8080
# https_proxy=https://proxy.example.com:8080
# Disable headless mode for Puppeteer (shows browser window)
OTA_ENGINE_FETCHER_NO_HEADLESS=1
# Disable Chrome sandbox (required for some Docker environments)
OTA_ENGINE_FETCHER_NO_SANDBOX=1