# VDL local release environment template.
#
# Copy to `.env` only if you want to override release defaults locally.
# Most release settings live in GitLab CI, and PyPI publishing should use
# Trusted Publishing instead of a long-lived token.

# PyPI fallback only.
# Leave unset unless Trusted Publishing is unavailable.
PYPI_API_TOKEN=

# Local GitLab release upload helper.
# Use a token with `api` and `write_repository` scopes when running `glab`.
GITLAB_TOKEN=
GITLAB_PROJECT_ID=bildcraft/products/video-downloader
GITLAB_RELEASE_TAG=

# GitLab Pages installer defaults.
# These match the current release flow in scripts/install.sh.
VDL_RELEASE_BASE_URL=https://bildcraft.gitlab.io/products/video-downloader/vdl/stable
VDL_INSTALL_DIR=${HOME}/.local/bin

# Local release-gated build flags.
VDL_BUILD_LINUX_CI=0
VDL_BUILD_WINDOWS_CI=0
