'use strict'; angular.module('config', []) .factory('config', function() { return { api: 'https://apiv2.warehost.de', table: { count: 25 } }; });