Skip to content
wtt.git
⋮
Summary
Commits
Files
wtt.git
/
config
/
cable.yml
[Rails] Site internet de la World Tartiflette Tour.
View raw
1
development:
2
adapter: async
3
4
test:
5
adapter: test
6
7
production:
8
adapter: redis
9
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
channel_prefix: wtt_production
11
Summary
Commits
Files