Remove user from ec2 host

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-07-25 14:17:25 -07:00
parent 185f97e3b2
commit 0771270c0d

View File

@@ -13,7 +13,7 @@ class Session
_.extend @prototype, require('event-emitter')
constructor: ({@site, @id, @host, @port}) ->
@host ?= 'ec2-user@ec2-54-218-196-152.us-west-2.compute.amazonaws.com'
@host ?= 'ec2-54-218-196-152.us-west-2.compute.amazonaws.com'
@participants = []
if @site?