# Configuration for /etc/init.d/beszel-agent

# Beszel agent require ssh key from beszel hub to run
# without KEY Enviroment, the agent won't run
export KEY=""

# Beszel agent runner port, default is 45876
export LISTEN="45876"
# DEPRECATED since v0.10.0
# PORT="45876"

# Monitor extra disk
# more info: https://beszel.dev/guide/additional-disks#binary-agent
#export EXTRA_FILESYSTEMS=""

# since v0.12.0 WebSocket registration token. Provided in hub.
#export TOKEN=""