# Required. Base URL only; TLS verification remains enabled.
PDM_BASE_URL=https://192.168.0.209:8443
PDM_USERNAME=root@pam
PDM_PASSWORD=Lili193626@!
# Optional when the account/API requires a realm separate from the username.
# PDM_REALM=pam

HOST=0.0.0.0
PORT=3000
LOG_LEVEL=info
POLL_INTERVAL_MS=15000
HTTP_TIMEOUT_MS=10000
# Optional bearer token required by this middleware's dashboard endpoint.
DASHBOARD_API_TOKEN=3k4jhb5freakidfg4nglongbegshjarertok234enthatisreallyhardfgdtoguessbecauseyeah203985642341732

PDM_CA_CERT_PATH=./certs/pdm_cert.pem
PDM_INSECURE_SKIP_TLS_VERIFY=true

# Override only if your PDM version uses different global resource paths.
PDM_RESOURCES_PATH=/api2/json/resources/list
PDM_REMOTES_PATH=/api2/json/remotes/remote
PDM_PBS_PATH=/api2/json/pbs/remotes
