From c02d8a60815d1e90317a57aa2eb33d8083fda19b Mon Sep 17 00:00:00 2001 From: Thibaud Moustier Date: Tue, 24 Feb 2026 15:14:49 +0100 Subject: [PATCH] Mobile : Modification env.ts local --- Wallette/mobile/src/config/env.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Wallette/mobile/src/config/env.ts b/Wallette/mobile/src/config/env.ts index 799b6a2..36a9d9a 100644 --- a/Wallette/mobile/src/config/env.ts +++ b/Wallette/mobile/src/config/env.ts @@ -1 +1,3 @@ -export const SERVER_URL = "http://192.168.129.121:3000"; \ No newline at end of file +// ⚠️ En dev téléphone réel : URL = IP du PC sur le même réseau +export const SERVER_URL = "http://192.168.129.121:3000"; +export const WS_URL = "ws://192.168.129.121:3000"; // optionnel, Socket.IO peut aussi utiliser http(s) \ No newline at end of file -- 2.50.1