mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Setup Rails project and dockerize
This commit is contained in:
10
config/cable.yml
Normal file
10
config/cable.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
development:
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: test
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: app_production
|
||||
Reference in New Issue
Block a user