Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
# Required: Vapi private API key for the organization you are syncing to.
VAPI_TOKEN=your-vapi-private-key-here

# Optional: defaults to https://api.vapi.ai if unset (use for local/API proxies only).
# 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
12 changes: 4 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@
node_modules/

# Environment files (secrets - never commit these!)
# Covers dev/stg/prod and any org slug (e.g. .env.roofr-production)
.env
.env.dev
.env.staging
.env.stg
.env.prod
.env.local
.env.*.local

# Keep the example file
.env.*
!.env.example

# IDE
Expand All @@ -23,3 +17,5 @@ Thumbs.db

# Logs
*.log

tmp/
11 changes: 0 additions & 11 deletions .vapi-state.dev.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vapi-state.prod.json

This file was deleted.

Loading