set binding to fixed port 1212
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 16 Dec 2016 08:33:32 +0000 (09:33 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 20 Dec 2016 12:28:35 +0000 (13:28 +0100)
Change-Id: I8e15f874400cc500a14ffa00189ec46c66f6588d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
HomeScreen/src2/usermanagement.h

index 382d1ac..1b1427d 100644 (file)
@@ -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 <QObject>
 #include "applicationmodel.h"