Merge pull request #205 from BeaudanBrown/update-production

Point production build at lokinet
pull/209/head
sachaaaaa 6 years ago committed by GitHub
commit 5e73e23f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1 @@
{
"serverUrl": "http://159.69.22.124:8080",
"cdnUrl": "http://159.69.22.124",
"serverTrustRoot": "BXu6QIKVz5MA8gstzfOgRQGqyLqOwNKHL6INkv3IHWMF"
}
{}

@ -85,7 +85,7 @@ MessageReceiver.prototype.extend({
});
window.lokiSnodeAPI.getMyLokiIp().then(myLokiIp => {
localLokiServer.start(localServerPort, myLokiIp).then(port => {
window.log.info(`Local Server started at localhost:${port}`);
window.log.info(`Local Server started at ${myLokiIp}:${port}`);
libloki.api.broadcastOnlineStatus();
localLokiServer.on('message', this.handleP2pMessage.bind(this));
});

Loading…
Cancel
Save