-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
22 lines (19 loc) · 914 Bytes
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ENV=production
# The endpoint has to accept POST requests
STORE_URL=A URL to your API for storing speedtest results
# Decimal prefix, bits per second: bps, kbps, Mbps, Gbps
# Decimal prefix, bytes per second: B/s, kB/s, MB/s, GB/s
# Binary prefix, bits per second: kibps, Mibps, Gibps
# Binary prefix, bytes per second: kiB/s, MiB/s, GiB/s
# Auto-scaled prefix: auto-binary-bits,
# auto-binary-bytes,
# auto-decimal-bits,
# auto-decimal-bytes
SPEEDTEST_CLI_UNIT_FORMAT=Mbps
# Valid output formats: human-readable (default),
# csv,
# tsv,
# json,
# jsonl,
# json-pretty
SPEEDTEST_CLI_OUTPUT_FORMAT=json-pretty