var URL = require('url') module.exports = function () { blobsUrl = 'http://localhost:8989/blobs/get' return { blobsUrl: blobsUrl } }