rails 5 action cable 服务器部署
生活随笔
收集整理的這篇文章主要介紹了
rails 5 action cable 服务器部署
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
? config/environments/development.rb
?
? config.action_cable.url = 'ws://10.129.56.223:28080'???????????????????????? // 瀏覽器訪問的websoket 服務地址
? ActionCable.server.config.disable_request_forgery_protection = true?? //? 允許遠程請求訪問
轉載于:https://www.cnblogs.com/lizhenjiang/p/7064649.html
總結
以上是生活随笔為你收集整理的rails 5 action cable 服务器部署的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 极域电子教室常见问题解决方案
- 下一篇: 单元测试mock当前时间