Files: f37ef7f30e013104c6e999fbd9ada54421e74c5e / config.js
143 bytesRaw
1 | |
2 | var URL = require('url') |
3 | |
4 | module.exports = function () { |
5 | |
6 | blobsUrl = 'http://localhost:8989/blobs/get' |
7 | |
8 | return { blobsUrl: blobsUrl } |
9 | } |
10 | |
11 | |
12 |
Built with git-ssb-web