-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 849 Bytes
/
.env.example
File metadata and controls
19 lines (15 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Docker Compose: published HTTP port (maps host:${HOST_PORT:-3000} -> container:3000)
# HOST_PORT=3000
# Optional: label shown in server-info (defaults to OS hostname)
# SERVER_HOSTNAME=speedtest
# Optional: public IPv4/IPv6 of this host for the map and server metadata.
# If unset, the app may resolve it via api.ipify.org when reachable.
# SERVER_PUBLIC_IP=
# Optional: omit server IP and/or ASN+organization from /api/server-info JSON (geolocation still uses the real IP).
# Truthy: 1, true, yes (case-insensitive).
# SERVER_INFO_HIDE_SERVER_IP=1
# SERVER_INFO_HIDE_SERVER_ASN=1
# WebRTC ICE UDP port range on the server; must match published UDP ports (see docker-compose.yaml).
# If unset or invalid, the native stack picks ephemeral ports (harder to expose through NAT/Docker).
# WRTC_ICE_UDP_PORT_MIN=10000
# WRTC_ICE_UDP_PORT_MAX=10099