* changing test ports all around for websocket-gateway
This commit is contained in:
parent
cdf9579ada
commit
3e8008224e
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ development:
|
|||
<<: *defaults
|
||||
|
||||
test:
|
||||
port: 6769
|
||||
port: 6759
|
||||
verbose: true
|
||||
rabbitmq_host: localhost
|
||||
rabbitmq_port: 5672
|
||||
|
|
|
|||
Loading…
Reference in New Issue