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