-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
20 lines (17 loc) · 1.24 KB
/
env.example
File metadata and controls
20 lines (17 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ── Required ──────────────────────────────────────────────────────────────────
# Your publishable key from TONE3000 Settings → API Keys
# Used as the default for all demos. For local dev, one key is sufficient.
VITE_PUBLISHABLE_KEY=t3k_pub_your_key_here
# Per-demo keys (optional — fall back to VITE_PUBLISHABLE_KEY if not set)
# In production, each demo uses a separate key so the partner banner
# shows the correct company name (Acme Inc, Beacon Inc, Chord Inc).
# VITE_PUBLISHABLE_KEY_SELECT=t3k_pub_acme_key_here
# VITE_PUBLISHABLE_KEY_LOAD=t3k_pub_beacon_key_here
# VITE_PUBLISHABLE_KEY_FULL=t3k_pub_chord_key_here
# ── Optional (have defaults) ─────────────────────────────────────────────────
# TONE3000 API domain (default: https://www.tone3000.com)
VITE_T3K_API_DOMAIN=http://localhost:3000
# The URL where TONE3000 will redirect after completing any OAuth flow.
# Must match a registered redirect URI in your TONE3000 API key settings.
# (default: http://localhost:3001)
VITE_REDIRECT_URI=http://localhost:3001