Use localhost as default
This commit is contained in:
parent
b75367409a
commit
e99bfb6d34
@ -119,8 +119,8 @@ class OrbitDB {
|
||||
// .on('end', () => resolve(buf))
|
||||
// }).catch((e) => reject(e));
|
||||
resolve(JSON.stringify({
|
||||
name: 'Orbit DEV network',
|
||||
publishers: ['178.62.241.75:3333']
|
||||
name: 'localhost dev network',
|
||||
publishers: ['localhost:3333']
|
||||
}))
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user