# Metro MCP Environment Variables
# Copy this file to .env and fill in your actual values
# WMATA API Key (get from https://developer.wmata.com/)
WMATA_API_KEY=your-wmata-api-key-here
# GitHub OAuth App credentials (create at https://github.com/settings/developers)
GITHUB_CLIENT_ID=your-github-oauth-app-client-id
GITHUB_CLIENT_SECRET=your-github-oauth-app-client-secret
# JWT Secret (generate with: openssl rand -hex 32)
JWT_SECRET=generate-with-openssl-rand-hex-32
# OAuth Redirect URI (should match your deployed worker URL)
OAUTH_REDIRECT_URI=https://your-worker-name.your-domain.com/callback