blob: 4f1250cebfc9050042e671c23847974abc72b972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# ID of community to join
WERON_COMMUNITY=
# Name to give to the TAP device (i.e. weron0) (default is auto-generated)
WERON_DEV=
# Comma-separated list of STUN servers (in format stun:host:port) and TURN
# servers to use (in format username:credential@turn:host:port) (i.e.
# username:credential@turn:global.turn.twilio.com:3478?transport=tcp) (default
# [stun:stun.l.google.com:19302])
WERON_ICE=
# Encryption key for community
WERON_KEY=
# MAC address to give to the TAP device (i.e. 3a:f8:de:7b:ef:52) (default is
# auto-generated)
WERON_MAC=
# Amount of threads to use to decode frames
WERON_PARALLEL=
# Password for community
WERON_PASSWORD=
# Remote address (default "wss://weron.up.railway.app/")
WERON_RADDR=
# Time to wait for connections (default 10s)
WERON_TIMEOUT=
# Verbosity level (0 is disabled, default is info, 7 is trace) (default 5)
WERON_VERBOSE=
|