* changing test ports all around for websocket-gateway

This commit is contained in:
Seth Call 2014-09-26 14:09:25 -05:00
parent cdf9579ada
commit 3e8008224e
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Thread.new do
require 'jam_websockets'
begin
JamWebsockets::Server.new.run(
:port => 6769,
:port => 6759,
:emwebsocket_debug => false,
:connect_time_stale_client => 4,
:connect_time_expire_client => 6,

View File

@ -15,7 +15,7 @@ development:
<<: *defaults
test:
port: 6769
port: 6759
verbose: true
rabbitmq_host: localhost
rabbitmq_port: 5672