-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 927 Bytes
/
.env.example
File metadata and controls
20 lines (18 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Vapi GitOps — copy values into org-specific files (never commit real keys).
#
# This repo loads secrets from `.env.<org>` when you run commands, e.g.:
# - `.env.my-org` → `npm run push -- my-org`, `npm run pull -- my-org`, etc.
# - `.env.my-org-prod` → `npm run push -- my-org-prod`, …
#
# You can optionally add `.env.<org>.local` or `.env.local` for overrides
# (see `src/config.ts`).
#
# Different Vapi organizations need different private API keys.
# Create a separate file per org slug and paste the private key for that org only.
# Run `npm run setup` for an interactive wizard that creates these files.
# Required: Vapi private API key for the organization you are syncing to.
VAPI_TOKEN=your-vapi-private-key-here
# Optional: API base URL — defaults to US (https://api.vapi.ai).
# Set to the EU endpoint for EU-region orgs.
# VAPI_BASE_URL=https://api.vapi.ai
# VAPI_BASE_URL=https://api.eu.vapi.ai