mirror of
https://github.com/iamlukethedev/Claw3D.git
synced 2026-08-14 00:58:04 +00:00
docs: add .env.example for local development setup (#14)
Co-authored-by: Ozzy Clawsbourne <ozzy@openclaw.ai>
This commit is contained in:
co-authored by
Ozzy Clawsbourne
parent
4fa4f13558
commit
3572499f5d
@@ -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
|
||||
Reference in New Issue
Block a user