generated from CubeCraft-Creations/Tracehound
6 lines
198 B
Bash
6 lines
198 B
Bash
|
|
# RemoteRig Frontend Environment Variables
|
||
|
|
# Copy this file to .env and fill in your values
|
||
|
|
|
||
|
|
# Backend API URL (default: /api proxied through Vite dev server)
|
||
|
|
VITE_API_URL=http://localhost:8080/api
|