refactor: rename HOST_* env vars to SLHAF_HUB_* across CLI/TUI, security, docs, and compose

This commit is contained in:
2026-02-25 13:59:27 +08:00
parent ff012c3b9a
commit 757af8d89b
6 changed files with 20 additions and 20 deletions

View File

@@ -10,9 +10,9 @@ services:
container_name: slhaf-hub
restart: unless-stopped
ports:
- "${HOST_PORT:-8080}:8080"
- "${SLHAF_HUB_PORT:-8080}:8080"
environment:
HOST_API_TOKEN: ${HOST_API_TOKEN:-}
SLHAF_HUB_TOKEN: ${SLHAF_HUB_TOKEN:-}
MAX_RUN_CONCURRENCY: ${MAX_RUN_CONCURRENCY:-}
volumes:
- ./scripts:/app/scripts