# Docker Compose Environment Variables # Copy this file to .env and fill in your values # Gitea Configuration (REQUIRED) GITEA_URL=https://gitea.example.com GITEA_TOKEN=your_gitea_api_token_here GITEA_OWNER=your_username_or_org GITEA_REPO=your_repo_name # Authentication Configuration (OPTIONAL) # Uncomment to enable Bearer token authentication # AUTH_TOKEN=your_bearer_token_here # Tool Filtering Configuration (OPTIONAL) # Uncomment to enable specific tools only (whitelist mode) # ENABLED_TOOLS=list_issues,create_issue,update_issue,list_labels # Uncomment to disable specific tools (blacklist mode) # DISABLED_TOOLS=delete_issue,close_milestone