SwyxWeb: React-Frontend und Spring-Boot-Backend mit SwyxTray-Mock. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
7 lines
255 B
Bash
7 lines
255 B
Bash
# Adresse des WebSocket-Servers; überschreibt den Wert aus /api/config.
|
|
VITE_WS_URL=ws://192.168.180.135:17654/ws
|
|
|
|
# Ziel des Dev-Proxys für /api, also der Port dieser Anwendung
|
|
# (Standard: http://localhost:8080)
|
|
VITE_BACKEND_URL=http://localhost:8080
|