mirror of
https://github.com/fluencelabs/dweb-transports
synced 2025-05-29 14:31:19 +00:00
use master and main endpoint for defaults
This commit is contained in:
parent
514f9928f4
commit
ed3a0b9614
@ -18,7 +18,7 @@ const Transports = require('./Transports'); // Manage all Transports that are lo
|
|||||||
const utils = require('./utils'); // Utility functions
|
const utils = require('./utils'); // Utility functions
|
||||||
|
|
||||||
let defaultoptions = {
|
let defaultoptions = {
|
||||||
wolk_addr: "http://cloud.wolk.com:81", //"http://c1.wolk.com:80",
|
wolk_addr: "https://cloud.wolk.com",
|
||||||
};
|
};
|
||||||
|
|
||||||
class TransportWOLK extends Transport {
|
class TransportWOLK extends Transport {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/internetarchive/dweb-transports/issues"
|
"url": "https://github.com/internetarchive/dweb-transports/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wolkjs": "git://github.com/wolkdb/wolkjs.git#dev",
|
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
|
||||||
"canonical-json": "latest",
|
"canonical-json": "latest",
|
||||||
"cids": "^0.5.7",
|
"cids": "^0.5.7",
|
||||||
"gun": "^0.9.9999991",
|
"gun": "^0.9.9999991",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user