-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 2.06 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# GitHub OAuth App client ID — embedded into client-side bundle at build time by Vite.
# This is public information (visible in the OAuth authorize URL).
# Set this as a GitHub Actions variable (not a secret) for CI/CD.
VITE_GITHUB_CLIENT_ID=your_oauth_app_client_id_here
# ── MCP Server ────────────────────────────────────────────────────────────────
# Personal Access Token (PAT) or OAuth token for the MCP server.
# Required scopes: repo, read:org, notifications
# Used by: mcp/src/octokit.ts
GITHUB_TOKEN=your_github_token_here
# Port for the WebSocket relay server (MCP ↔ browser dashboard bridge).
# Default: 9876
# MCP_WS_PORT=9876
# ── Jira Cloud Integration (optional) ─────────────────────────────────────────
# Public Jira OAuth client ID — embedded into client-side bundle at build time by Vite.
# This is public information (visible in the OAuth authorize URL).
# VITE_JIRA_CLIENT_ID=your-jira-oauth-client-id
# ── Turnstile (Cloudflare) ─────────────────────────────────────────────────────
# Public site key — embedded into client-side bundle at build time by Vite.
# This is public information (visible in the Turnstile widget script).
# Get this from the Cloudflare Turnstile dashboard.
# Note: TURNSTILE_SECRET_KEY is a Worker secret (goes in .dev.vars, not .env).
VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key-from-cf-dashboard
# ── Sentry (optional) ─────────────────────────────────────────────────────────
# Sentry DSN for error reporting. Leave empty to disable Sentry.
# Get this from your Sentry project's Client Keys (DSN) settings.
# VITE_SENTRY_DSN=https://your-public-key@o12345.ingest.us.sentry.io/your-project-id