-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 846 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Required: your BOAST domain (must have NS records pointing to this server)
DOMAIN=example.com
# Required: the server's public IP address
PUBLIC_IP=203.0.113.77
# Optional: HMAC key for test ID generation (auto-generated if unset)
# Persist this value -- changing it invalidates all existing test IDs.
# HMAC_KEY=
# Optional: secret URL path for the status page (auto-generated if unset)
# Persist this value or you lose access to the status page on redeployment.
# STATUS_URL_PATH=
# Optional: header containing the client's real IP when behind a proxy
# Only set this if BOAST is behind a reverse proxy. Examples:
# Cloudflare: CF-Connecting-IP
# nginx: X-Real-IP
# If unset, BOAST records the direct connection IP.
# REAL_IP_HEADER=
# Optional: container engine (default: podman, falls back to docker)
# CONTAINER_ENGINE=podman