From ed33d1d641de2daeac329f27d2ee611b612f78de Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 18 Dec 2015 13:15:56 +0100 Subject: Simplify --- actioncable/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'actioncable/README.md') diff --git a/actioncable/README.md b/actioncable/README.md index 577baacb88..78cef27065 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -305,16 +305,9 @@ By default, `ActionCable::Server::Base` will look for a configuration file in `R ```yaml production: &production - :url: redis://10.10.3.153:6381 - :host: 10.10.3.153 - :port: 6381 - :timeout: 1 + url: redis://10.10.3.153:6381 development: &development - :url: redis://localhost:6379 - :host: localhost - :port: 6379 - :timeout: 1 - :inline: true + url: redis://localhost:6379 test: *development ``` -- cgit v1.2.3