Files
labFusion/runners/env.runners.example
glenn schrooyen 28bd40b8d0
Some checks failed
LabFusion CI/CD Pipeline / api-docs (push) Failing after 2m37s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 2m40s
LabFusion CI/CD Pipeline / frontend (push) Failing after 4s
Docker Build and Push / build-and-push (push) Failing after 3m38s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 4s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 1m56s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
Remove deprecated Gitea runners configuration files and scripts; reorganize runner-related files into a dedicated 'runners/' directory for better structure and management; update documentation to reflect these changes.
2025-09-13 00:34:10 +02:00

15 lines
571 B
Plaintext

# Gitea Runners Environment Configuration
# Copy this file to .env.runners and update with your actual values
# Gitea instance URL (adjust port if different)
GITEA_INSTANCE_URL=http://localhost:3000
# Runner registration token (get this from Gitea Admin > Actions > Runners)
GITEA_RUNNER_TOKEN=your_runner_registration_token_here
# Optional: Override runner names
# GITEA_RUNNER_NAME_HEAVY=labfusion-runner-heavy
# GITEA_RUNNER_NAME_LIGHT=labfusion-runner-light
# GITEA_RUNNER_NAME_DOCKER=labfusion-runner-docker
# GITEA_RUNNER_NAME_SECURITY=labfusion-runner-security