From 0fa7c1bddc7aefda1d9b20dc5061f2f5a9f5b73b Mon Sep 17 00:00:00 2001 From: Matti Jokitulppo Date: Wed, 17 Aug 2016 17:11:48 +0300 Subject: [PATCH] Bump version to 0.5.1, change backend address --- app/js/services/configfactory.js | 6 +++--- config.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/js/services/configfactory.js b/app/js/services/configfactory.js index 8b9dec3..c036c2d 100644 --- a/app/js/services/configfactory.js +++ b/app/js/services/configfactory.js @@ -10,9 +10,9 @@ angular.module('confighandler', []) // Set up configuration variables we can use anywhere in Angular var config = { production: { - apiUrl: 'https://mattij.com:9000/', + apiUrl: 'https://layersbox.aalto.fi:9000/', peerjs: { - host: 'mattij.com', + host: 'layersbox.aalto.fi', port: 9000, path: '/peerjs', debug: 0, @@ -44,7 +44,7 @@ angular.module('confighandler', []) } }, socketio: { - url: 'https://mattij.com:9000' + url: 'https://layersbox.aalto.fi:9000' }, initialUserSettings: { saveCalls: false, diff --git a/config.xml b/config.xml index 97a4c83..b3f13e1 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.