diff options
-rw-r--r-- | gossip.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function sync (subs, keys) { if (servers) { wsServers = servers } else { - servers = ['ws://localhost:8080', 'ws://bogbook.com'] + servers = ['ws://secure.bogbook.com', 'ws://localhost:8080'] var pubs = [] servers.forEach(server => { var ws = new WebSocket(server) |