-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 941 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (27 loc) · 941 Bytes
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
32
# Shared local secrets inventory for this repo.
# This file is a teammate-facing checklist and shell-friendly source of truth.
# The mobile apps do not read this file directly.
#
# Actual consumers:
# - backend/.env -> Python backend / Vision Agents
# - samples/CameraAccess/CameraAccess/Secrets.swift -> iOS sample app
# - samples/CameraAccessAndroid/app/.../Secrets.kt -> Android sample app
# - samples/CameraAccessAndroid/local.properties -> Android DAT SDK + GitHub Packages
# Realtime model providers
GEMINI_API_KEY=
OPENAI_API_KEY=
ELEVENLABS_API_KEY=
# Vision Agents / Stream transport
STREAM_API_KEY=
STREAM_API_SECRET=
# Optional OpenClaw integration
OPENCLAW_HOST=http://YOUR_MAC_HOSTNAME.local
OPENCLAW_PORT=18789
OPENCLAW_HOOK_TOKEN=
OPENCLAW_GATEWAY_TOKEN=
# Optional viewer / signaling
WEBRTC_SIGNALING_URL=ws://YOUR_MAC_IP:8080
# Android DAT SDK / GitHub Packages
GITHUB_TOKEN=
MWDAT_APPLICATION_ID=0
MWDAT_CLIENT_TOKEN=