test/app.rb in em-rocketio-client-0.1.1 vs test/app.rb in em-rocketio-client-0.1.2
- old
+ new
@@ -7,10 +7,10 @@
def self.port
ENV['PORT'] || 5000
end
def self.ws_port
- ENV['WS_PORT'] || 8080
+ ENV['WS_PORT'] || 9000
end
def self.url
"http://localhost:#{port}"
end