# Configuration for /etc/init.d/beszel

# Host for beszel hub
export HOST=127.0.0.1
export PORT=8090

# Beszel dir
BESZEL_DATADIR=/var/lib/beszel
BESZEL_LOG_FILE=/var/log/beszel/beszel.log

# URL of the web UI. Must set if serving on a subpath
# more info: https://beszel.dev/guide/serve-on-subpath
#export APP_URL=""