5e7812c352
Co-authored-by: iamlukethedev <iamlukethedev@users.noreply.github.com>
23 lines
617 B
Bash
23 lines
617 B
Bash
# Browser/client gateway URL
|
|
NEXT_PUBLIC_GATEWAY_URL=ws://localhost:18789
|
|
|
|
# Debug UI
|
|
DEBUG=true
|
|
|
|
# App server
|
|
# PORT=3000
|
|
# HOST=127.0.0.1
|
|
|
|
# Optional: required only for public/remote deployments
|
|
# STUDIO_ACCESS_TOKEN=
|
|
# Advanced only: some gateway-host operations can still use SSH, but marketplace skill install does not require it.
|
|
# OPENCLAW_GATEWAY_SSH_TARGET=
|
|
# OPENCLAW_GATEWAY_SSH_USER=
|
|
# OPENCLAW_GATEWAY_SSH_PORT=
|
|
# OPENCLAW_GATEWAY_SSH_STRICT_HOST_KEY_CHECKING=accept-new
|
|
|
|
# Optional: voice features
|
|
# ELEVENLABS_API_KEY=
|
|
# ELEVENLABS_VOICE_ID=21m00Tcm4TlvDq8ikWAM
|
|
# ELEVENLABS_MODEL_ID=eleven_flash_v2_5
|