Commit 88957cac95374c926070b93728165ccbd15907d8
1 parent
25041703
Exists in
master
and in
1 other branch
trying to fix websocket error
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/javascripts/v_libras/videos/index.js.erb
config/initializers/websocket_rails.rb
| ... | ... | @@ -17,7 +17,7 @@ WebsocketRails.setup do |config| |
| 17 | 17 | # Start the standalone server with rake websocket_rails:start_server |
| 18 | 18 | # * Requires Redis |
| 19 | 19 | config.standalone = true |
| 20 | - config.standalone_port = 110 | |
| 20 | + config.standalone_port = 80 | |
| 21 | 21 | |
| 22 | 22 | # Change to true to enable channel synchronization between |
| 23 | 23 | # multiple server instances. | ... | ... |