Remove DEFAULT_PORT variable from script

This commit is contained in:
Tobias
2025-11-21 09:42:03 +01:00
committed by GitHub
parent fa335a11f5
commit 6515161ba2

View File

@@ -8,7 +8,6 @@
APP="qbittorrent-exporter"
INSTALL_PATH="/opt/qbittorrent-exporter/src/qbittorrent-exporter"
CONFIG_PATH="/opt/qbittorrent-exporter.env"
DEFAULT_PORT=8080
SRC_DIR="/"
TMP_BIN="/tmp/qbittorrent-exporter.$$"