From 3572499f5dc1416b9cb0e7cf8ef2d58736e897f4 Mon Sep 17 00:00:00 2001 From: Tony Simons Date: Fri, 20 Mar 2026 00:22:38 -0500 Subject: [PATCH] docs: add .env.example for local development setup (#14) Co-authored-by: Ozzy Clawsbourne --- .env.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..09a3439 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +# Browser/client gateway URL +NEXT_PUBLIC_GATEWAY_URL=ws://localhost:18789 + +# App server +# PORT=3000 +# HOST=127.0.0.1 + +# Optional: required only for public/remote deployments +# STUDIO_ACCESS_TOKEN= + +# Optional: voice features +# ELEVENLABS_API_KEY= +# ELEVENLABS_VOICE_ID=21m00Tcm4TlvDq8ikWAM +# ELEVENLABS_MODEL_ID=eleven_flash_v2_5