remove default storage path variables from configuration and update log message for published repositories

This commit is contained in:
Daniel Akulenok
2026-04-08 22:12:29 +02:00
parent ca436981e1
commit 1cb72a0ca5
3 changed files with 1 additions and 18 deletions

View File

@@ -28,19 +28,6 @@ DOWNLOAD_LIMIT=0
# Set to 1 to skip GPG signing when publishing (useful if no GPG key configured)
SKIP_SIGNING=0
# ---------------------------------------------------------------------------
# Storage paths
# ---------------------------------------------------------------------------
# Root directory for aptly data (mirrors, snapshots, db)
# Leave empty to use aptly's default (~/.aptly)
APTLY_ROOT=""
# Directory where published repositories are served from
# Leave empty to use aptly's default (~/.aptly/public)
PUBLISH_ROOT=""
# ---------------------------------------------------------------------------
# Debian mirrors
# ---------------------------------------------------------------------------