fix: remove unused runner data path variables from .env.example
This commit is contained in:
@@ -90,8 +90,6 @@ GITEA_BACKUP_ADMIN_TOKEN= # API token for backup instance — do not fil
|
|||||||
# Use manage_runner.sh to add/remove runners at any time
|
# Use manage_runner.sh to add/remove runners at any time
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
RUNNER_DEFAULT_IMAGE=catthehacker/ubuntu:act-latest # Default container image for docker runners
|
RUNNER_DEFAULT_IMAGE=catthehacker/ubuntu:act-latest # Default container image for docker runners
|
||||||
RUNNER_DATA_BASE_PATH=/mnt/nvme/gitea-runner # Base directory on remote hosts for runner data (host path, not container path)
|
|
||||||
LOCAL_RUNNER_DATA_BASE_PATH=~/gitea-runner # Base directory on macOS for native runner data
|
|
||||||
LOCAL_REGISTRY= # Local registry prefix (e.g. registry.local:5000), empty = Docker Hub
|
LOCAL_REGISTRY= # Local registry prefix (e.g. registry.local:5000), empty = Docker Hub
|
||||||
# AUTO-POPULATED by phase1 scripts — do not fill manually:
|
# AUTO-POPULATED by phase1 scripts — do not fill manually:
|
||||||
GITEA_RUNNER_REGISTRATION_TOKEN= # Retrieved from Gitea admin panel via API
|
GITEA_RUNNER_REGISTRATION_TOKEN= # Retrieved from Gitea admin panel via API
|
||||||
|
|||||||
Reference in New Issue
Block a user