-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 1.13 KB
/
.env.example
File metadata and controls
33 lines (28 loc) · 1.13 KB
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
# ⏻ · Relay Settings
# Copy this file to .env and customize the values.
# -----------------------------------------------------------------------------
# Optional instance settings
# -----------------------------------------------------------------------------
# MODE=hub
# HOST=0.0.0.0
# PORT=3010
# PASSWORD=change-this-password
# MAX_SPACES=10
# -----------------------------------------------------------------------------
# Agent settings
# -----------------------------------------------------------------------------
# AGENT_TOKEN=change-this-token
# DEVICE_ID=my-device
# INSTANCE_URL=http://YOUR_HUB_ADDRESS:3010
# WOL_HOST=255.255.255.255
# WOL_PORT=9
# -----------------------------------------------------------------------------
# Heartbeat
# -----------------------------------------------------------------------------
# HEARTBEAT_INTERVAL_MS=5000
# HEARTBEAT_STALE_MS=12000
# -----------------------------------------------------------------------------
# Development mode
# Enable only when configuring your instance or contributing.
# -----------------------------------------------------------------------------
# DEV_MODE=development