Show More
Commit Description:
upgrade to 5.2.6
Commit Description:
upgrade to 5.2.6
File last commit:
Show/Diff file:
Action:
config/cable.yml | 10 lines | 193 B | text/x-yaml | YamlLexer |
development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: cafe_grader_production