(function ServiceRouteConfig(ng, io) { 'use strict'; angular.module('antwerpOS').factory('ServiceRoutesConfig', [ function ServiceRouteConfig() { return { socketServer: { route: 'wss.antwerpen.be', useSSL: 'true' } }; } ]); })(angular, window.io);