Update the production json to just use the defaults in preparation for having other people try the messenger. Also cleaned up a little log that was incorrect

pull/205/head
Beaudan 6 years ago
parent 888d5f1eda
commit 403df0806b

@ -1,5 +1,2 @@
{
"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