Add repo path to the js-ipfs tesy

This commit is contained in:
haad
2016-05-23 12:15:29 +02:00
parent 15342ff732
commit e6a497fe44

View File

@@ -26,7 +26,7 @@ const IpfsApis = [
start: () => {
return new Promise((resolve, reject) => {
const IPFS = require('ipfs')
const ipfs = new IPFS();
const ipfs = new IPFS('/tmp/orbitdbtest');
// resolve(ipfs);
ipfs.goOnline((err) => {
if(err) reject(err)