From 5581530930129d7854ed5d99d058939ad9c790c2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 24 Jun 2017 14:20:22 -0400 Subject: Initial commit --- config/cable.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/cable.yml (limited to 'config/cable.yml') diff --git a/config/cable.yml b/config/cable.yml new file mode 100644 index 0000000..f25345a --- /dev/null +++ b/config/cable.yml @@ -0,0 +1,10 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 + channel_prefix: thoughts_production -- cgit 1.4.1