var process = {
    env: {NODE_ENV: 'development'}
};

var config = {
    urlBase: 'http://localhost:8080'
};