Installed some services

This commit is contained in:
2025-06-21 16:40:59 +03:00
parent 2bdb85fa0a
commit c2920708ab
16 changed files with 811 additions and 5 deletions
+10 -3
View File
@@ -1,3 +1,7 @@
# Async adapter only works within the same process, so for manually triggering cable updates from a console,
# and seeing results in the browser, you must do so from the web console (running inside the dev process),
# not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
# to make the web console appear.
development:
adapter: async
@@ -5,6 +9,9 @@ test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: subtle_storm_production
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day