Use PeerServer ☁️ instead of EC2

This commit is contained in:
Kevin Sawicki
2013-07-03 11:04:14 -07:00
parent b8bd9b6ec6
commit cdbbb114f6

View File

@@ -4,7 +4,7 @@ Guid = require 'guid'
module.exports =
createPeer: ->
id = Guid.create().toString()
new Peer(id, host: 'ec2-54-218-51-127.us-west-2.compute.amazonaws.com', port: 8080)
new Peer(id, key: '0njqmaln320dlsor')
connectDocument: (doc, connection) ->
nextOutputEventId = 1