9 lines
389 B
Bash
9 lines
389 B
Bash
# Copy this file to .env.local and edit for your setup.
|
|
# .env.local is gitignored — safe for local overrides.
|
|
|
|
# Hostname of the WebRTC signaling server (GStreamer webrtcsink) for the video stream.
|
|
# Defaults to the same host as the page when unset (fine for production).
|
|
# Override to point at a remote robot during development:
|
|
# VITE_WEBRTC_HOST=rapsbot-v2.local
|
|
VITE_WEBRTC_HOST=
|