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