git ssb

0+

ev / microbay



forked from Dominic / patchbay

Tree: f37ef7f30e013104c6e999fbd9ada54421e74c5e

Files: f37ef7f30e013104c6e999fbd9ada54421e74c5e / config.js

143 bytesRaw
1
2var URL = require('url')
3
4module.exports = function () {
5
6 blobsUrl = 'http://localhost:8989/blobs/get'
7
8 return { blobsUrl: blobsUrl }
9}
10
11
12

Built with git-ssb-web