From dc5422f5ac4534d9d8998f57cd7ed099eb946fa9 Mon Sep 17 00:00:00 2001 From: Matti Jokitulppo Date: Thu, 11 Feb 2016 23:06:26 +0200 Subject: [PATCH] Emergency 0.0.14 release --- app/js/services/confighandler.js | 10 +++++----- config.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/js/services/confighandler.js b/app/js/services/confighandler.js index bd3b990..aabbb83 100644 --- a/app/js/services/confighandler.js +++ b/app/js/services/confighandler.js @@ -12,11 +12,11 @@ confighandler.factory('configFactory', function () { // Set up configuration variables we can use anywhere in Angular var config = { production: { - apiUrl: 'https://layersbox.aalto.fi/', - onlineContactsLocation: 'https://layersbox.aalto.fi/peerjs/peerjs/peers', + apiUrl: 'https://mattij.com:9000/', + onlineContactsLocation: 'https://mattij.com:9000/peerjs/peerjs/peers', peerjs: { - host: 'layersbox.aalto.fi', - port: 443, + host: 'mattij.com', + port: 9000, path: '/peerjs', debug: 0, secure: true, @@ -42,7 +42,7 @@ confighandler.factory('configFactory', function () { drawingRemoveTime: 2000 }, socketio: { - url: 'https://layersbox.aalto.fi' + url: 'https://mattij.com:9000' } }, development: { diff --git a/config.xml b/config.xml index 4633686..1cac0ac 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + SoAR SoAR (Social Augmented Reality) is a mobile app for collaboration and communication in work environments. It consists of one-on-one video streaming with a bidirectional drawing layer for emphasizing details. SoAR is ideal for cooperating in situations that require an effective, visual assessment.