]> git.openstreetmap.org Git - rails.git/blobdiff - config/cable.yml
Merge branch 'master' into HEAD
[rails.git] / config / cable.yml
diff --git a/config/cable.yml b/config/cable.yml
new file mode 100644 (file)
index 0000000..5f693d6
--- /dev/null
@@ -0,0 +1,10 @@
+development:
+  adapter: async
+
+test:
+  adapter: test
+
+production:
+  adapter: redis
+  url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+  channel_prefix: openstreetmap_production