mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Add repo path to the js-ipfs tesy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user