projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to iD v2.14.3
[rails.git]
/
config
/
cable.yml
1
development:
2
adapter: async
3
4
test:
5
adapter: async
6
7
production:
8
adapter: redis
9
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
channel_prefix: openstreetmap_production