minor fix

This commit is contained in:
khannurien
2026-03-02 09:39:49 +00:00
parent a07da56f71
commit 5d6588298d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -2536,7 +2536,7 @@ export const WS_URL = `${wsProtocol}://${serverHost}:${serverPort}`;
\begin{minted}{bash}
# fichier .env à la racine du projet
VITE_API_PROTOCOL=https
VITE_WS_PROTOCOL=ws
VITE_WS_PROTOCOL=wss
VITE_SERVER_HOST=api.coucou.localhost
VITE_SERVER_PORT=443
\end{minted}