-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 862 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Environment variables for mux development
# Optional bearer token for mux server HTTP/WS auth
# When set, clients must include:
# - HTTP: Authorization: Bearer $MUX_SERVER_AUTH_TOKEN
# - WebSocket: ws://host:port/ws?token=$MUX_SERVER_AUTH_TOKEN (recommended for Expo)
# - or Sec-WebSocket-Protocol header with the token value
MUX_SERVER_AUTH_TOKEN=
# API Keys for AI providers
# Required for integration tests when TEST_INTEGRATION=1
ANTHROPIC_API_KEY=sk-ant-...
OPENAI_API_KEY=sk-proj-...
OPENROUTER_API_KEY=sk-or-v1-...
# Optional: Set to 1 to run integration tests
# Integration tests require API keys to be set
# TEST_INTEGRATION=1
# Telemetry (PostHog)
# These have defaults, override only if needed (e.g., for self-hosting)
# VITE_PUBLIC_POSTHOG_KEY=phc_vF1bLfiD5MXEJkxojjsmV5wgpLffp678yhJd3w9Sl4G
# VITE_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com