From 52c981e8614bda1e72304f57cbf9b1d8e28fbb15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 16 Dec 2016 09:33:32 +0100 Subject: [PATCH] set binding to fixed port 1212 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I8e15f874400cc500a14ffa00189ec46c66f6588d Signed-off-by: José Bollo --- HomeScreen/src2/usermanagement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeScreen/src2/usermanagement.h b/HomeScreen/src2/usermanagement.h index 382d1ac..1b1427d 100644 --- a/HomeScreen/src2/usermanagement.h +++ b/HomeScreen/src2/usermanagement.h @@ -1,7 +1,7 @@ #ifndef USERMANAGEMENT_H #define USERMANAGEMENT_H -#define REAL_SERVER "ws://your_server.com:1234" +#define REAL_SERVER "ws://localhost:1212/api?token=hello" #include #include "applicationmodel.h" -- 2.16.6