Merge pull request #17 from rodneywitcher/master

Update to make default wolk address https + use of "master" branch of wolkjs
This commit is contained in:
Mitra Ardron 2019-04-14 09:15:52 +10:00 committed by GitHub
commit b8ceac5d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const Transports = require('./Transports'); // Manage all Transports that are lo
const utils = require('./utils'); // Utility functions
let defaultoptions = {
wolk_addr: "http://cloud.wolk.com:81", //"http://c1.wolk.com:80",
wolk_addr: "https://cloud.wolk.com",
};
class TransportWOLK extends Transport {

View File

@ -21,7 +21,7 @@
"readable-stream": "^3.1.1",
"webpack": "^4.29.3",
"webtorrent": "^0.103.0",
"wolkjs": "git://github.com/wolkdb/wolkjs.git#dev",
"wolkjs": "git://github.com/wolkdb/wolkjs.git#master",
"y-array": "^10.1.4",
"y-indexeddb": "^8.1.9",
"y-ipfs-connector": "^2.3.0",