]> git.digitality.be Git - pdw25-26/commitdiff
Mobile : Modification env.ts local
authorThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 14:14:49 +0000 (15:14 +0100)
committerThibaud Moustier <thibaudmoustier0@gmail.com>
Tue, 24 Feb 2026 14:14:49 +0000 (15:14 +0100)
Wallette/mobile/src/config/env.ts

index 799b6a2b44b2d75175dc9d51b43544fb45392808..36a9d9a6cb7ed054187e118e8374bce18a5e640e 100644 (file)
@@ -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