# Example environment variables for mcpware
# Copy this file to .env and fill in your actual values
# The .env file will be automatically loaded by Docker Compose
# GitHub Personal Access Token for GitHub backend
GITHUB_PERSONAL_ACCESS_TOKEN=your_github_token_here
# Buildkite API Token (if using Buildkite backend)
BUILDKITE_API_TOKEN=your_buildkite_token_here
# Database connection string (if using database backends)
DATABASE_URL=your_database_url_here
# Any other environment variables your backends need
# SOME_API_KEY=your_api_key_here
# ANOTHER_SECRET=your_secret_here