.env.example 420 B

1234567891011
  1. # Gogs MCP Server Configuration
  2. # Required: URL of your Gogs server instance
  3. GOGS_SERVER_URL=https://your-gogs-server.com
  4. # Optional but recommended: Gogs access token for authenticated operations
  5. # Generate this from your Gogs instance: Settings → Applications → Generate New Token
  6. GOGS_ACCESS_TOKEN=your-access-token-here
  7. # Node environment (automatically set in Docker, but can override)
  8. # NODE_ENV=production