7 lines
242 B
Bash
7 lines
242 B
Bash
# Base URL of the backend HTTP API.
|
|
VITE_API_BASE=http://localhost:3000
|
|
|
|
# Base URL of the backend websocket. Optional: when omitted it is derived
|
|
# from VITE_API_BASE by swapping the protocol (https -> wss).
|
|
VITE_WS_BASE=ws://localhost:3000
|