'use strict'; angular.module('config', []) .factory('config', function() { return { api: 'http://[::1]:8080', table: { count: 25 } }; });