ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
621 B

  1. # Async adapter only works within the same process, so for manually triggering cable updates from a console,
  2. # and seeing results in the browser, you must do so from the web console (running inside the dev process),
  3. # not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
  4. # to make the web console appear.
  5. development:
  6. adapter: async
  7. test:
  8. adapter: test
  9. production:
  10. # adapter: solid_cable
  11. adapter: async
  12. disable_request_forgery_protection: true
  13. # connects_to:
  14. # database:
  15. # writing: cable
  16. # polling_interval: 0.1.seconds
  17. # message_retention: 1.day