# GitLab Configuration
# Copy this file to .env and fill in your values
# Your GitLab personal access token
# Get one from: https://gitlab.com/-/profile/personal_access_tokens
# Required scopes: api, read_repository
GITLAB_TOKEN=your_gitlab_token_here
# GitLab host (default: gitlab.com)
# For self-hosted GitLab instances, use your domain
GITLAB_HOST=gitlab.com